12 references to PICTYPE
Microsoft.Private.Windows.Core (12)
_generated\153\Windows.Win32.IPicture.g.cs (7)
108
/// <inheritdoc cref="get_Type(winmdroot.System.Ole.
PICTYPE
*)"/>
110
internal unsafe winmdroot.Foundation.HRESULT get_Type(out winmdroot.System.Ole.
PICTYPE
pType)
112
fixed (winmdroot.System.Ole.
PICTYPE
* pTypeLocal = &pType)
128
public unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.
PICTYPE
* pType)
130
return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.
PICTYPE
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPicture*)Unsafe.AsPointer(ref this), pType);
413
internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.
PICTYPE
* ,winmdroot.Foundation.HRESULT> get_Type_6;
458
unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.
PICTYPE
* pType);
_generated\190\Windows.Win32.PICTDESC.g.cs (2)
36
internal
PICTYPE
picType
38
get => (
PICTYPE
)this._picType;
_generated\252\Windows.Win32.System_Ole_IPicture_Extensions.g.cs (3)
43
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Type(winmdroot.System.Ole.
PICTYPE
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_Type(this winmdroot.System.Ole.IPicture.Interface @this, out winmdroot.System.Ole.
PICTYPE
pType)
46
fixed (winmdroot.System.Ole.
PICTYPE
* pTypeLocal = &pType)