219 references to IBindCtx
System.Private.Windows.Core (120)
_generated\124\Windows.Win32.IBindCtx.g.cs (51)
27
:winmdroot.IVTable<
IBindCtx
,
IBindCtx
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IBindCtx
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[1])((
IBindCtx
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[2])((
IBindCtx
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT RegisterObjectBound(
IBindCtx
* pThis, winmdroot.System.Com.IUnknown* punk)
87
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
93
private static winmdroot.Foundation.HRESULT RevokeObjectBound(
IBindCtx
* pThis, winmdroot.System.Com.IUnknown* punk)
119
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
125
private static winmdroot.Foundation.HRESULT ReleaseBoundObjects(
IBindCtx
* pThis)
150
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IBindCtx
*)Unsafe.AsPointer(ref this));
167
private static winmdroot.Foundation.HRESULT SetBindOptions(
IBindCtx
* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts)
195
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
212
private static winmdroot.Foundation.HRESULT GetBindOptions(
IBindCtx
* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts)
238
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
244
private static winmdroot.Foundation.HRESULT GetRunningObjectTable(
IBindCtx
* pThis, winmdroot.System.Com.IRunningObjectTable** pprot)
270
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IBindCtx
*)Unsafe.AsPointer(ref this), pprot);
276
private static winmdroot.Foundation.HRESULT RegisterObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey, winmdroot.System.Com.IUnknown* punk)
307
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, punk);
313
private static winmdroot.Foundation.HRESULT GetObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey, winmdroot.System.Com.IUnknown** ppunk)
340
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, ppunk);
346
private static winmdroot.Foundation.HRESULT EnumObjectParam(
IBindCtx
* pThis, winmdroot.System.Com.IEnumString** ppenum)
372
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IBindCtx
*)Unsafe.AsPointer(ref this), ppenum);
378
private static winmdroot.Foundation.HRESULT RevokeObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey)
407
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey);
433
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
435
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> AddRef_2;
437
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> Release_3;
439
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectBound_4;
441
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RevokeObjectBound_5;
443
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT> ReleaseBoundObjects_6;
445
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> SetBindOptions_7;
447
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> GetBindOptions_8;
449
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT> GetRunningObjectTable_9;
451
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
453
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
455
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT> EnumObjectParam_12;
457
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
_generated\128\Windows.Win32.IDataObjectAsyncCapability.g.cs (10)
142
private static winmdroot.Foundation.HRESULT StartOperation(IDataObjectAsyncCapability* pThis, [Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved)
168
public unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved)
170
return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pbcReserved);
221
private static winmdroot.Foundation.HRESULT EndOperation(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects)
258
public unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects)
260
return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), hResult, pbcReserved, dwEffects);
296
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT> StartOperation_6;
300
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.Foundation.HRESULT> EndOperation_8;
337
unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved);
343
unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects);
_generated\148\Windows.Win32.IMoniker.g.cs (45)
204
/// <inheritdoc cref="BindToObject(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
206
internal unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
221
private static winmdroot.Foundation.HRESULT BindToObject(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult)
252
public unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult)
254
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, riidResult, ppvResult);
257
/// <inheritdoc cref="BindToStorage(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
259
internal unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
274
private static winmdroot.Foundation.HRESULT BindToStorage(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj)
305
public unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj)
307
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, riid, ppvObj);
313
private static winmdroot.Foundation.HRESULT Reduce(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced)
347
public unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced)
349
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IMoniker*)Unsafe.AsPointer(ref this), pbc, dwReduceHowFar, ppmkToLeft, ppmkReduced);
504
private static winmdroot.Foundation.HRESULT IsRunning(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning)
534
public unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning)
536
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pmkNewlyRunning);
539
/// <inheritdoc cref="GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
541
internal unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
553
private static winmdroot.Foundation.HRESULT GetTimeOfLastChange(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime)
585
public unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime)
587
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pFileTime);
704
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
706
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
718
private static winmdroot.Foundation.HRESULT GetDisplayName(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName)
748
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName)
750
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, ppszDisplayName);
753
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
755
internal unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
767
private static winmdroot.Foundation.HRESULT ParseDisplayName(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
799
public unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
801
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pszDisplayName, pchEaten, ppmkOut);
887
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToObject_9;
889
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToStorage_10;
891
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> Reduce_11;
901
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT> IsRunning_16;
903
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> GetTimeOfLastChange_17;
911
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
913
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_22;
976
unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult);
979
unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj);
982
unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced);
997
unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning);
1000
unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime);
1012
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName);
1015
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\230\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.
IBindCtx
.Interface.SetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT SetBindOptions(this winmdroot.System.Com.
IBindCtx
.Interface @this, in winmdroot.System.Com.BIND_OPTS pbindopts)
33
/// <inheritdoc cref="winmdroot.System.Com.
IBindCtx
.Interface.GetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetBindOptions(this winmdroot.System.Com.
IBindCtx
.Interface @this, ref winmdroot.System.Com.BIND_OPTS pbindopts)
_generated\238\Windows.Win32.System_Com_IMoniker_Extensions.g.cs (10)
43
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToObject(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT BindToObject(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
56
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToStorage(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
57
internal static unsafe winmdroot.Foundation.HRESULT BindToStorage(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
79
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
89
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT GetDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
99
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
553
IBindCtx
* pbc,
561
IBindCtx
* pbc,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
27
HRESULT IParseDisplayName.Interface.ParseDisplayName(
IBindCtx
* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut) =>
31
HRESULT IOleContainer.Interface.ParseDisplayName(
IBindCtx
* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut)
System.Windows.Forms.Primitives (95)
_generated\111\Windows.Win32.IBindHost.g.cs (19)
59
private static winmdroot.Foundation.HRESULT CreateMoniker(IBindHost* pThis, winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
76
public unsafe void CreateMoniker(winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
78
((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindHost*)Unsafe.AsPointer(ref this), szName, pBC, ppmk, dwReserved).ThrowOnFailure();
81
/// <inheritdoc cref="MonikerBindToStorage(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
83
internal unsafe void MonikerBindToStorage(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, in global::System.Guid riid, out void* ppvObj)
97
private static winmdroot.Foundation.HRESULT MonikerBindToStorage(IBindHost* pThis, winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj)
114
public unsafe void MonikerBindToStorage(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj)
116
((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBindHost*)Unsafe.AsPointer(ref this), pMk, pBC, pBSC, riid, ppvObj).ThrowOnFailure();
119
/// <inheritdoc cref="MonikerBindToObject(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
121
internal unsafe void MonikerBindToObject(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, in global::System.Guid riid, out void* ppvObj)
135
private static winmdroot.Foundation.HRESULT MonikerBindToObject(IBindHost* pThis, winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj)
152
public unsafe void MonikerBindToObject(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj)
154
((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBindHost*)Unsafe.AsPointer(ref this), pMk, pBC, pBSC, riid, ppvObj).ThrowOnFailure();
186
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT> CreateMoniker_4;
188
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> MonikerBindToStorage_5;
190
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> MonikerBindToObject_6;
218
unsafe winmdroot.Foundation.HRESULT CreateMoniker(winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved);
221
unsafe winmdroot.Foundation.HRESULT MonikerBindToStorage(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj);
224
unsafe winmdroot.Foundation.HRESULT MonikerBindToObject(winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, global::System.Guid* riid, void** ppvObj);
_generated\201\Windows.Win32.IOleContainer.g.cs (7)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
59
internal unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
70
private static winmdroot.Foundation.HRESULT ParseDisplayName(IOleContainer* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
87
public unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
89
((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleContainer*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure();
186
internal delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
219
unsafe new winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\217\Windows.Win32.IParseDisplayName.g.cs (7)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
59
internal unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
70
private static winmdroot.Foundation.HRESULT ParseDisplayName(IParseDisplayName* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
100
public unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
102
((delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IParseDisplayName*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure();
134
internal delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
161
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\241\Windows.Win32.IShellFolder.g.cs (21)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.Foundation.HWND, winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
58
internal unsafe void ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, ref uint pdwAttributes)
72
private static winmdroot.Foundation.HRESULT ParseDisplayName(IShellFolder* pThis, winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes)
127
public unsafe void ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes)
129
((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, pbc, pszDisplayName, pchEaten, ppidl, pdwAttributes).ThrowOnFailure();
177
/// <inheritdoc cref="BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
179
internal unsafe void BindToObject(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
196
private static winmdroot.Foundation.HRESULT BindToObject(IShellFolder* pThis, winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
238
public unsafe void BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
240
((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellFolder*)Unsafe.AsPointer(ref this), pidl, pbc, riid, ppv).ThrowOnFailure();
243
/// <inheritdoc cref="BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
245
internal unsafe void BindToStorage(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
262
private static winmdroot.Foundation.HRESULT BindToStorage(IShellFolder* pThis, winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
300
public unsafe void BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
302
((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellFolder*)Unsafe.AsPointer(ref this), pidl, pbc, riid, ppv).ThrowOnFailure();
725
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
729
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToObject_6;
731
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToStorage_7;
779
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes);
785
unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
788
unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
_generated\242\Windows.Win32.IShellItem.g.cs (7)
57
/// <inheritdoc cref="BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
59
internal unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppv)
76
private static winmdroot.Foundation.HRESULT BindToHandler(IShellItem* pThis, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv)
113
public unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv)
115
((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItem*)Unsafe.AsPointer(ref this), pbc, bhid, riid, ppv).ThrowOnFailure();
338
internal delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToHandler_4;
377
unsafe winmdroot.Foundation.HRESULT BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv);
_generated\243\Windows.Win32.IShellItemArray.g.cs (7)
57
/// <inheritdoc cref="BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
59
internal unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppvOut)
76
private static winmdroot.Foundation.HRESULT BindToHandler(IShellItemArray* pThis, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut)
113
public unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut)
115
((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItemArray*)Unsafe.AsPointer(ref this), pbc, bhid, riid, ppvOut).ThrowOnFailure();
441
internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToHandler_4;
486
unsafe winmdroot.Foundation.HRESULT BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut);
_generated\422\Windows.Win32.PInvoke.SHELL32.dll.g.cs (8)
103
/// <inheritdoc cref="SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
106
internal static unsafe winmdroot.Foundation.HRESULT SHCreateItemFromParsingName(string pszPath, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
146
internal static extern unsafe winmdroot.Foundation.HRESULT SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR pszPath, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
376
/// <inheritdoc cref="SHParseDisplayName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.
IBindCtx
*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint, uint*)"/>
379
internal static unsafe winmdroot.Foundation.HRESULT SHParseDisplayName(string pszName, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, uint sfgaoIn, out uint psfgaoOut)
394
/// <inheritdoc cref="SHParseDisplayName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.
IBindCtx
*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint, uint*)"/>
396
internal static unsafe winmdroot.Foundation.HRESULT SHParseDisplayName(string pszName, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, uint sfgaoIn)
435
internal static extern unsafe winmdroot.Foundation.HRESULT SHParseDisplayName(winmdroot.Foundation.PCWSTR pszName, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint sfgaoIn, [Optional] uint* psfgaoOut);
_generated\473\Windows.Win32.System_Com_IBindHost_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.IBindHost.Interface.MonikerBindToStorage(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT MonikerBindToStorage(this winmdroot.System.Com.IBindHost.Interface @this, winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, in global::System.Guid riid, out void* ppvObj)
36
/// <inheritdoc cref="winmdroot.System.Com.IBindHost.Interface.MonikerBindToObject(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT MonikerBindToObject(this winmdroot.System.Com.IBindHost.Interface @this, winmdroot.System.Com.IMoniker* pMk, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IBindStatusCallback* pBSC, in global::System.Guid riid, out void* ppvObj)
_generated\498\Windows.Win32.System_Ole_IOleContainer_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleContainer.Interface.ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Ole.IOleContainer.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
_generated\512\Windows.Win32.System_Ole_IParseDisplayName_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IParseDisplayName.Interface.ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Ole.IParseDisplayName.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
_generated\605\Windows.Win32.UI_Shell_IShellFolder_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.ParseDisplayName(winmdroot.Foundation.HWND, winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.UI.Shell.IShellFolder.Interface @this, winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, ref uint pdwAttributes)
37
/// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT BindToObject(this winmdroot.UI.Shell.IShellFolder.Interface @this, in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
53
/// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT BindToStorage(this winmdroot.UI.Shell.IShellFolder.Interface @this, in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
_generated\606\Windows.Win32.UI_Shell_IShellItemArray_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IShellItemArray.Interface.BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT BindToHandler(this winmdroot.UI.Shell.IShellItemArray.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppvOut)
_generated\608\Windows.Win32.UI_Shell_IShellItem_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IShellItem.Interface.BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT BindToHandler(this winmdroot.UI.Shell.IShellItem.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppv)
Windows\Win32\PInvoke.SHCreateItemFromParsingName.cs (1)
10
/// <inheritdoc cref="SHCreateItemFromParsingName(string, System.Com.
IBindCtx
*, in Guid, out void*)"/>