44 references to IBinding
System.Windows.Forms.Primitives (44)
Windows.Win32.IBinding.g.cs (35)
25 :IVTable<IBinding,IBinding.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IBinding*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IBinding*,uint>)lpVtbl[1])((IBinding*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IBinding*,uint>)lpVtbl[2])((IBinding*)Unsafe.AsPointer(ref this)); 57 private static winmdroot.Foundation.HRESULT Abort(IBinding* pThis) 76 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 82 private static winmdroot.Foundation.HRESULT Suspend(IBinding* pThis) 101 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 107 private static winmdroot.Foundation.HRESULT Resume(IBinding* pThis) 126 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 132 private static winmdroot.Foundation.HRESULT SetPriority(IBinding* pThis, int nPriority) 151 ((delegate *unmanaged [Stdcall]<IBinding*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBinding*)Unsafe.AsPointer(ref this), nPriority).ThrowOnFailure(); 166 private static winmdroot.Foundation.HRESULT GetPriority(IBinding* pThis, int* pnPriority) 185 ((delegate *unmanaged [Stdcall]<IBinding*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBinding*)Unsafe.AsPointer(ref this), pnPriority).ThrowOnFailure(); 209 private static winmdroot.Foundation.HRESULT GetBindResult(IBinding* pThis, global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.PWSTR* pszResult, uint* pdwReserved) 228 ((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(); 252 internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 254 internal delegate *unmanaged [Stdcall]<IBinding*,uint> AddRef_2; 256 internal delegate *unmanaged [Stdcall]<IBinding*,uint> Release_3; 258 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Abort_4; 260 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Suspend_5; 262 internal delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT> Resume_6; 264 internal delegate *unmanaged [Stdcall]<IBinding*,int ,winmdroot.Foundation.HRESULT> SetPriority_7; 266 internal delegate *unmanaged [Stdcall]<IBinding*,int* ,winmdroot.Foundation.HRESULT> GetPriority_8; 268 internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.PWSTR* ,uint* ,winmdroot.Foundation.HRESULT> GetBindResult_9;
Windows.Win32.IBindStatusCallback.g.cs (5)
57 private static winmdroot.Foundation.HRESULT OnStartBinding(IBindStatusCallback* pThis, uint dwReserved, winmdroot.System.Com.IBinding* pib) 74 public unsafe void OnStartBinding(uint dwReserved, winmdroot.System.Com.IBinding* pib) 76 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.System.Com.IBinding* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindStatusCallback*)Unsafe.AsPointer(ref this), dwReserved, pib).ThrowOnFailure(); 341 internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.System.Com.IBinding* ,winmdroot.Foundation.HRESULT> OnStartBinding_4; 388 unsafe winmdroot.Foundation.HRESULT OnStartBinding(uint dwReserved, winmdroot.System.Com.IBinding* pib);
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)