20 references to IParseDisplayName
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
552
HRESULT
IParseDisplayName
.Interface.ParseDisplayName(
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
27
HRESULT
IParseDisplayName
.Interface.ParseDisplayName(IBindCtx* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut) =>
System.Windows.Forms.Primitives (18)
Windows.Win32.IOleContainer.g.cs (1)
212
:winmdroot.System.Ole.
IParseDisplayName
.Interface {
Windows.Win32.IParseDisplayName.g.cs (15)
26
:IVTable<
IParseDisplayName
,
IParseDisplayName
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IParseDisplayName
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IParseDisplayName
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IParseDisplayName
*,uint>)lpVtbl[1])((
IParseDisplayName
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IParseDisplayName
*,uint>)lpVtbl[2])((
IParseDisplayName
*)Unsafe.AsPointer(ref this));
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)
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();
123
internal delegate *unmanaged [Stdcall]<
IParseDisplayName
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
125
internal delegate *unmanaged [Stdcall]<
IParseDisplayName
*,uint> AddRef_2;
127
internal delegate *unmanaged [Stdcall]<
IParseDisplayName
*,uint> Release_3;
129
internal delegate *unmanaged [Stdcall]<
IParseDisplayName
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
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)