20 references to Interface
System.Windows.Forms.Primitives (20)
Windows.Win32.IBindStatusCallback.g.cs (8)
61
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
95
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
120
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
154
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
188
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
225
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
262
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
296
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Com_IBindStatusCallback_Extensions.g.cs (12)
23
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.
Interface
.GetPriority(int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetPriority(this winmdroot.System.Com.IBindStatusCallback.
Interface
@this, out int pnPriority)
33
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.
Interface
.OnProgress(uint, uint, uint, winmdroot.Foundation.PCWSTR)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT OnProgress(this winmdroot.System.Com.IBindStatusCallback.
Interface
@this, uint ulProgress, uint ulProgressMax, uint ulStatusCode, string szStatusText)
43
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.
Interface
.OnStopBinding(winmdroot.Foundation.HRESULT, winmdroot.Foundation.PCWSTR)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT OnStopBinding(this winmdroot.System.Com.IBindStatusCallback.
Interface
@this, winmdroot.Foundation.HRESULT hresult, string szError)
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)
66
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.
Interface
.OnDataAvailable(uint, uint, winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/>
67
internal static unsafe winmdroot.Foundation.HRESULT OnDataAvailable(this winmdroot.System.Com.IBindStatusCallback.
Interface
@this, uint grfBSCF, uint dwSize, in winmdroot.System.Com.FORMATETC pformatetc, in winmdroot.System.Com.STGMEDIUM pstgmed)
79
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.
Interface
.OnObjectAvailable(global::System.Guid*, winmdroot.System.Com.IUnknown*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT OnObjectAvailable(this winmdroot.System.Com.IBindStatusCallback.
Interface
@this, in global::System.Guid riid, winmdroot.System.Com.IUnknown* punk)