12 references to PICTYPE
Microsoft.Private.Windows.Core (12)
Windows.Win32.IPicture.g.cs (7)
105 /// <inheritdoc cref="get_Type(winmdroot.System.Ole.PICTYPE*)"/> 106 internal unsafe winmdroot.Foundation.HRESULT get_Type(out winmdroot.System.Ole.PICTYPE pType) 108 fixed (winmdroot.System.Ole.PICTYPE* pTypeLocal = &pType) 124 public unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.PICTYPE* pType) 126 return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.PICTYPE* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPicture*)Unsafe.AsPointer(ref this), pType); 399 internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.PICTYPE* ,winmdroot.Foundation.HRESULT> get_Type_6; 439 unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.PICTYPE* pType);
Windows.Win32.PICTDESC.g.cs (2)
36 internal PICTYPE picType 38 get => (PICTYPE)this._picType;
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)