11 references to BINDINFO
System.Windows.Forms.Primitives (11)
_generated\113\Windows.Win32.IBindStatusCallback.g.cs (8)
211
/// <inheritdoc cref="GetBindInfo(uint*, winmdroot.System.Com.
BINDINFO
*)"/>
213
internal unsafe void GetBindInfo(out uint grfBINDF, ref winmdroot.System.Com.
BINDINFO
pbindinfo)
215
fixed (winmdroot.System.Com.
BINDINFO
* pbindinfoLocal = &pbindinfo)
227
private static winmdroot.Foundation.HRESULT GetBindInfo(IBindStatusCallback* pThis, uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo)
244
public unsafe void GetBindInfo(uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo)
246
((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint* ,winmdroot.System.Com.
BINDINFO
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBindStatusCallback*)Unsafe.AsPointer(ref this), grfBINDF, pbindinfo).ThrowOnFailure();
361
internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint* ,winmdroot.System.Com.
BINDINFO
* ,winmdroot.Foundation.HRESULT> GetBindInfo_9;
413
unsafe winmdroot.Foundation.HRESULT GetBindInfo(uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo);
_generated\475\Windows.Win32.System_Com_IBindStatusCallback_Extensions.g.cs (3)
53
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.Interface.GetBindInfo(uint*, winmdroot.System.Com.
BINDINFO
*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetBindInfo(this winmdroot.System.Com.IBindStatusCallback.Interface @this, out uint grfBINDF, ref winmdroot.System.Com.
BINDINFO
pbindinfo)
56
fixed (winmdroot.System.Com.
BINDINFO
* pbindinfoLocal = &pbindinfo)