4 references to PICTDESC
Microsoft.Private.Windows.Core (4)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (4)
64
/// <inheritdoc cref="OleCreatePictureIndirect(winmdroot.System.Ole.
PICTDESC
*, global::System.Guid*, winmdroot.Foundation.BOOL, void**)"/>
66
internal static unsafe winmdroot.Foundation.HRESULT OleCreatePictureIndirect(in winmdroot.System.Ole.
PICTDESC
lpPictDesc, in global::System.Guid riid, winmdroot.Foundation.BOOL fOwn, out void* lplpvObj)
72
fixed (winmdroot.System.Ole.
PICTDESC
* lpPictDescLocal = &lpPictDesc)
93
internal static extern unsafe winmdroot.Foundation.HRESULT OleCreatePictureIndirect(winmdroot.System.Ole.
PICTDESC
* lpPictDesc, global::System.Guid* riid, winmdroot.Foundation.BOOL fOwn, void** lplpvObj);