11 references to BINDINFO
System.Windows.Forms.Primitives (11)
Windows.Win32.IBindStatusCallback.g.cs (8)
206
/// <inheritdoc cref="GetBindInfo(uint*, winmdroot.System.Com.
BINDINFO
*)"/>
207
internal unsafe void GetBindInfo(out uint grfBINDF, ref winmdroot.System.Com.
BINDINFO
pbindinfo)
209
fixed (winmdroot.System.Com.
BINDINFO
* pbindinfoLocal = &pbindinfo)
221
private static winmdroot.Foundation.HRESULT GetBindInfo(IBindStatusCallback* pThis, uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo)
238
public unsafe void GetBindInfo(uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo)
240
((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint* ,winmdroot.System.Com.
BINDINFO
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBindStatusCallback*)Unsafe.AsPointer(ref this), grfBINDF, pbindinfo).ThrowOnFailure();
351
internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint* ,winmdroot.System.Com.
BINDINFO
* ,winmdroot.Foundation.HRESULT> GetBindInfo_9;
403
unsafe winmdroot.Foundation.HRESULT GetBindInfo(uint* grfBINDF, winmdroot.System.Com.
BINDINFO
* pbindinfo);
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)