You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CoGetObjectContext example is a bug in the Win32 metadata. It is lacking the ComOutPtr attribute on the trailing void** parameter. For example, the metadata for CoCreateInstance is as follows:
The
CoGetObjectContext
example is a bug in the Win32 metadata. It is lacking theComOutPtr
attribute on the trailingvoid**
parameter. For example, the metadata forCoCreateInstance
is as follows:But
CoGetObjectContext
is missing theComOutPtr
attribute:At a glance, the following functions from the
Windows.Win32.System.Com
namespace are missing theComOutPtr
attribute:I'll open an issue for these.
For the rest of the discussion, I agree that https://stackoverflow.com/ is a more appropriate platform.
Originally posted by @kennykerr in microsoft/windows-rs#2276 (comment)
The text was updated successfully, but these errors were encountered: