217 references to IBindCtx
System.Private.Windows.Core (120)
Windows.Win32.IBindCtx.g.cs (51)
26
:IVTable<
IBindCtx
,
IBindCtx
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IBindCtx
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[1])((
IBindCtx
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[2])((
IBindCtx
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT RegisterObjectBound(
IBindCtx
* pThis, winmdroot.System.Com.IUnknown* punk)
85
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
91
private static winmdroot.Foundation.HRESULT RevokeObjectBound(
IBindCtx
* pThis, winmdroot.System.Com.IUnknown* punk)
117
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
123
private static winmdroot.Foundation.HRESULT ReleaseBoundObjects(
IBindCtx
* pThis)
148
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IBindCtx
*)Unsafe.AsPointer(ref this));
164
private static winmdroot.Foundation.HRESULT SetBindOptions(
IBindCtx
* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts)
192
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
208
private static winmdroot.Foundation.HRESULT GetBindOptions(
IBindCtx
* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts)
234
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
240
private static winmdroot.Foundation.HRESULT GetRunningObjectTable(
IBindCtx
* pThis, winmdroot.System.Com.IRunningObjectTable** pprot)
266
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IBindCtx
*)Unsafe.AsPointer(ref this), pprot);
272
private static winmdroot.Foundation.HRESULT RegisterObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey, winmdroot.System.Com.IUnknown* punk)
303
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, punk);
309
private static winmdroot.Foundation.HRESULT GetObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey, winmdroot.System.Com.IUnknown** ppunk)
336
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, ppunk);
342
private static winmdroot.Foundation.HRESULT EnumObjectParam(
IBindCtx
* pThis, winmdroot.System.Com.IEnumString** ppenum)
368
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IBindCtx
*)Unsafe.AsPointer(ref this), ppenum);
374
private static winmdroot.Foundation.HRESULT RevokeObjectParam(
IBindCtx
* pThis, winmdroot.Foundation.PWSTR pszKey)
403
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey);
427
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
429
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> AddRef_2;
431
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> Release_3;
433
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectBound_4;
435
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RevokeObjectBound_5;
437
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT> ReleaseBoundObjects_6;
439
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> SetBindOptions_7;
441
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> GetBindOptions_8;
443
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT> GetRunningObjectTable_9;
445
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
447
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
449
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT> EnumObjectParam_12;
451
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
Windows.Win32.IDataObjectAsyncCapability.g.cs (10)
139
private static winmdroot.Foundation.HRESULT StartOperation(IDataObjectAsyncCapability* pThis, [Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved)
165
public unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved)
167
return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pbcReserved);
217
private static winmdroot.Foundation.HRESULT EndOperation(IDataObjectAsyncCapability* pThis, winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects)
254
public unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects)
256
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);
290
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT> StartOperation_6;
294
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.Foundation.HRESULT> EndOperation_8;
331
unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved);
337
unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects);
Windows.Win32.IMoniker.g.cs (45)
200
/// <inheritdoc cref="BindToObject(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
201
internal unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
216
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)
247
public unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult)
249
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);
252
/// <inheritdoc cref="BindToStorage(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
253
internal unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
268
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)
299
public unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj)
301
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);
307
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)
341
public unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced)
343
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);
497
private static winmdroot.Foundation.HRESULT IsRunning(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning)
527
public unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning)
529
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);
532
/// <inheritdoc cref="GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
533
internal unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
545
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)
577
public unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime)
579
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);
696
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
697
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
709
private static winmdroot.Foundation.HRESULT GetDisplayName(IMoniker* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName)
739
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName)
741
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);
744
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
745
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)
757
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)
789
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)
791
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);
874
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToObject_9;
876
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToStorage_10;
878
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> Reduce_11;
888
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT> IsRunning_16;
890
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> GetTimeOfLastChange_17;
898
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
900
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;
963
unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult);
966
unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj);
969
unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced);
984
unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning);
987
unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime);
999
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName);
1002
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);
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)
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, 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, 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 (93)
Windows.Win32.IBindHost.g.cs (19)
57
private static winmdroot.Foundation.HRESULT CreateMoniker(IBindHost* pThis, winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
74
public unsafe void CreateMoniker(winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
76
((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();
79
/// <inheritdoc cref="MonikerBindToStorage(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
80
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)
94
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)
111
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)
113
((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();
116
/// <inheritdoc cref="MonikerBindToObject(winmdroot.System.Com.IMoniker*, winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IBindStatusCallback*, global::System.Guid*, void**)"/>
117
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)
131
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)
148
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)
150
((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();
180
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT> CreateMoniker_4;
182
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;
184
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;
212
unsafe winmdroot.Foundation.HRESULT CreateMoniker(winmdroot.Foundation.PWSTR szName, winmdroot.System.Com.
IBindCtx
* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved);
215
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);
218
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);
Windows.Win32.IOleContainer.g.cs (7)
55
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
56
internal unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
67
private static winmdroot.Foundation.HRESULT ParseDisplayName(IOleContainer* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
84
public unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
86
((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();
181
internal delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
214
unsafe new winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
Windows.Win32.IParseDisplayName.g.cs (7)
55
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
56
internal unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
67
private static winmdroot.Foundation.HRESULT ParseDisplayName(IParseDisplayName* pThis, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
97
public unsafe void ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
99
((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();
129
internal delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
156
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
Windows.Win32.IShellFolder.g.cs (21)
55
/// <inheritdoc cref="ParseDisplayName(winmdroot.Foundation.HWND, winmdroot.System.Com.
IBindCtx
*, winmdroot.Foundation.PWSTR, uint*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
56
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)
70
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)
125
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)
127
((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();
175
/// <inheritdoc cref="BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
176
internal unsafe void BindToObject(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
193
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)
235
public unsafe void BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
237
((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();
240
/// <inheritdoc cref="BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
241
internal unsafe void BindToStorage(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
258
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)
296
public unsafe void BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv)
298
((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();
699
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;
703
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToObject_6;
705
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToStorage_7;
753
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);
759
unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
762
unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
Windows.Win32.IShellItem.g.cs (7)
55
/// <inheritdoc cref="BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
56
internal unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppv)
73
private static winmdroot.Foundation.HRESULT BindToHandler(IShellItem* pThis, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv)
110
public unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv)
112
((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();
330
internal delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToHandler_4;
369
unsafe winmdroot.Foundation.HRESULT BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppv);
Windows.Win32.IShellItemArray.g.cs (7)
55
/// <inheritdoc cref="BindToHandler(winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, global::System.Guid*, void**)"/>
56
internal unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid bhid, in global::System.Guid riid, out void* ppvOut)
73
private static winmdroot.Foundation.HRESULT BindToHandler(IShellItemArray* pThis, winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut)
110
public unsafe void BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut)
112
((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();
432
internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.System.Com.
IBindCtx
* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToHandler_4;
477
unsafe winmdroot.Foundation.HRESULT BindToHandler(winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* bhid, global::System.Guid* riid, void** ppvOut);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (6)
98
/// <inheritdoc cref="SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT SHCreateItemFromParsingName(string pszPath, winmdroot.System.Com.
IBindCtx
* pbc, in global::System.Guid riid, out void* ppv)
140
internal static extern unsafe winmdroot.Foundation.HRESULT SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR pszPath, [Optional] winmdroot.System.Com.
IBindCtx
* pbc, global::System.Guid* riid, void** ppv);
364
/// <inheritdoc cref="SHParseDisplayName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.
IBindCtx
*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint, uint*)"/>
366
internal static unsafe winmdroot.Foundation.HRESULT SHParseDisplayName(string pszName, winmdroot.System.Com.
IBindCtx
* pbc, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, uint sfgaoIn, uint* psfgaoOut)
405
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);
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)
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)
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)
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*)"/>
24
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)
36
/// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.BindToObject(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
37
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)
52
/// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.BindToStorage(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.System.Com.
IBindCtx
*, global::System.Guid*, void**)"/>
53
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)
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.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)
Windows\Win32\PInvoke.SHCreateItemFromParsingName.cs (1)
10
/// <inheritdoc cref="SHCreateItemFromParsingName(string, System.Com.
IBindCtx
*, in Guid, out void*)"/>