44 references to IBinding
System.Windows.Forms.Primitives (44)
_generated\112\Windows.Win32.IBinding.g.cs (35)
26 :winmdroot.IVTable<IBinding,IBinding.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IBinding*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IBinding*,uint>)lpVtbl[1])((IBinding*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IBinding*,uint>)lpVtbl[2])((IBinding*)Unsafe.AsPointer(ref this)); 59 private static winmdroot.Foundation.HRESULT Abort(IBinding* pThis) 78 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 84 private static winmdroot.Foundation.HRESULT Suspend(IBinding* pThis) 103 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 109 private static winmdroot.Foundation.HRESULT Resume(IBinding* pThis) 128 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 134 private static winmdroot.Foundation.HRESULT SetPriority(IBinding* pThis, int nPriority) 153 ((delegate *unmanaged [Stdcall]<IBinding*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBinding*)Unsafe.AsPointer(ref this), nPriority).ThrowOnFailure(); 169 private static winmdroot.Foundation.HRESULT GetPriority(IBinding* pThis, int* pnPriority) 188 ((delegate *unmanaged [Stdcall]<IBinding*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBinding*)Unsafe.AsPointer(ref this), pnPriority).ThrowOnFailure(); 213 private static winmdroot.Foundation.HRESULT GetBindResult(IBinding* pThis, global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.PWSTR* pszResult, uint* pdwReserved) 232 ((delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.PWSTR* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBinding*)Unsafe.AsPointer(ref this), pclsidProtocol, pdwResult, pszResult, pdwReserved).ThrowOnFailure(); 258 internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 260 internal delegate *unmanaged [Stdcall]<IBinding*,uint> AddRef_2; 262 internal delegate *unmanaged [Stdcall]<IBinding*,uint> Release_3; 264 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Abort_4; 266 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Suspend_5; 268 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Resume_6; 270 internal delegate *unmanaged [Stdcall]<IBinding*,int ,winmdroot.Foundation.HRESULT> SetPriority_7; 272 internal delegate *unmanaged [Stdcall]<IBinding*,int* ,winmdroot.Foundation.HRESULT> GetPriority_8; 274 internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.PWSTR* ,uint* ,winmdroot.Foundation.HRESULT> GetBindResult_9;
_generated\113\Windows.Win32.IBindStatusCallback.g.cs (5)
59 private static winmdroot.Foundation.HRESULT OnStartBinding(IBindStatusCallback* pThis, uint dwReserved, winmdroot.System.Com.IBinding* pib) 76 public unsafe void OnStartBinding(uint dwReserved, winmdroot.System.Com.IBinding* pib) 78 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.System.Com.IBinding* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindStatusCallback*)Unsafe.AsPointer(ref this), dwReserved, pib).ThrowOnFailure(); 351 internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.System.Com.IBinding* ,winmdroot.Foundation.HRESULT> OnStartBinding_4; 398 unsafe winmdroot.Foundation.HRESULT OnStartBinding(uint dwReserved, winmdroot.System.Com.IBinding* pib);
_generated\474\Windows.Win32.System_Com_IBinding_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IBinding.Interface.GetPriority(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetPriority(this winmdroot.System.Com.IBinding.Interface @this, out int pnPriority) 33 /// <inheritdoc cref="winmdroot.System.Com.IBinding.Interface.GetBindResult(global::System.Guid*, uint*, winmdroot.Foundation.PWSTR*, uint*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetBindResult(this winmdroot.System.Com.IBinding.Interface @this, out global::System.Guid pclsidProtocol, out uint pdwResult, out winmdroot.Foundation.PWSTR pszResult, ref uint pdwReserved)