1 instantiation of PWSTR
System.Private.Windows.Core (1)
Windows.Win32.PWSTR.g.cs (1)
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);
670 references to PWSTR
System.Drawing.Common (8)
System\Drawing\Printing\PrinterSettings.cs (1)
538
int result = PInvoke.DeviceCapabilities(pn, op, capability, (
PWSTR
)output, null);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (1)
52
internal static extern unsafe winmdroot.UI.WindowsAndMessaging.HICON ExtractAssociatedIcon(winmdroot.Foundation.HINSTANCE hInst, winmdroot.Foundation.
PWSTR
pszIconPath, ushort* piIcon);
Windows.Win32.PInvoke.winspool.drv.g.cs (4)
42
internal static extern unsafe int DeviceCapabilities(winmdroot.Foundation.PCWSTR pDevice, winmdroot.Foundation.PCWSTR pPort, winmdroot.Storage.Xps.PRINTER_DEVICE_CAPABILITIES fwCapability, winmdroot.Foundation.
PWSTR
pOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevMode);
67
internal static extern unsafe int DocumentProperties(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeInput, uint fMode);
100
internal static unsafe winmdroot.Foundation.BOOL EnumPrinters(uint Flags, winmdroot.Foundation.
PWSTR
Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned)
108
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(uint Flags, winmdroot.Foundation.
PWSTR
Name, uint Level, [Optional] byte* pPrinterEnum, uint cbBuf, uint* pcbNeeded, uint* pcReturned);
Windows.Win32.PRINTER_INFO_4W.g.cs (2)
31
internal winmdroot.Foundation.
PWSTR
pPrinterName;
34
internal winmdroot.Foundation.
PWSTR
pServerName;
System.Private.Windows.Core (139)
Windows.Win32.CALPWSTR.g.cs (1)
27
internal unsafe winmdroot.Foundation.
PWSTR
* pElems;
Windows.Win32.HIGHCONTRASTW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
lpszDefaultScheme;
Windows.Win32.IBindCtx.g.cs (15)
272
private static winmdroot.Foundation.HRESULT RegisterObjectParam(IBindCtx* pThis, winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk)
301
public unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(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)
334
public unsafe winmdroot.Foundation.HRESULT GetObjectParam(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);
374
private static winmdroot.Foundation.HRESULT RevokeObjectParam(IBindCtx* pThis, winmdroot.Foundation.
PWSTR
pszKey)
401
public winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey)
403
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey);
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;
451
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
505
unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk);
508
unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk);
514
winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey);
Windows.Win32.IDispatch.g.cs (6)
92
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
93
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
97
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
123
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
125
return ((delegate *unmanaged [Stdcall]<IDispatch*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDispatch*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
203
internal delegate *unmanaged [Stdcall]<IDispatch*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IDispatchEx.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
91
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
93
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDispatchEx*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
385
internal delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IEnumString.g.cs (8)
55
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt, uint* pceltFetched)
58
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
68
private static winmdroot.Foundation.HRESULT Next(IEnumString* pThis, uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
96
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
98
return ((delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumString*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
218
internal delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
254
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.IMoniker.g.cs (15)
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)
699
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &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);
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;
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.IPictureDisp.g.cs (6)
75
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
76
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
80
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
return ((delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPictureDisp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
146
internal delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITypeComp.g.cs (12)
54
/// <inheritdoc cref="Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
55
internal unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
70
private static winmdroot.Foundation.HRESULT Bind(ITypeComp* pThis, winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr)
107
public unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr)
109
return ((delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,ushort ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.DESCKIND* ,winmdroot.System.Com.BINDPTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeComp*)Unsafe.AsPointer(ref this), szName, lHashVal, wFlags, ppTInfo, pDescKind, pBindPtr);
115
private static winmdroot.Foundation.HRESULT BindType(ITypeComp* pThis, winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
142
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
144
return ((delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITypeComp*)Unsafe.AsPointer(ref this), szName, lHashVal, ppTInfo, ppTComp);
174
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,ushort ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.DESCKIND* ,winmdroot.System.Com.BINDPTR* ,winmdroot.Foundation.HRESULT> Bind_4;
176
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> BindType_5;
203
unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr);
206
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp);
Windows.Win32.ITypeInfo.g.cs (8)
351
/// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
352
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
356
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
368
private static winmdroot.Foundation.HRESULT GetIDsOfNames(ITypeInfo* pThis, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
398
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
400
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeInfo*)Unsafe.AsPointer(ref this), rgszNames, cNames, pMemId);
933
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_11;
1020
unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId);
Windows.Win32.ITypeLib.g.cs (14)
329
/// <inheritdoc cref="IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
337
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
348
private static winmdroot.Foundation.HRESULT IsName(ITypeLib* pThis, winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
376
public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
378
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeLib*)Unsafe.AsPointer(ref this), szNameBuf, lHashVal, pfName);
381
/// <inheritdoc cref="FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
389
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
400
private static winmdroot.Foundation.HRESULT FindName(ITypeLib* pThis, winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
431
public unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
433
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,int* ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITypeLib*)Unsafe.AsPointer(ref this), szNameBuf, lHashVal, ppTInfo, rgMemId, pcFound);
514
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11;
516
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,int* ,ushort* ,winmdroot.Foundation.HRESULT> FindName_12;
574
unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
577
unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound);
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (4)
247
/// <inheritdoc cref="MultiByteToWideChar(uint, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS, winmdroot.Foundation.PCSTR, int, winmdroot.Foundation.
PWSTR
, int)"/>
249
internal static unsafe int MultiByteToWideChar(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, string lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar)
282
internal static int MultiByteToWideChar(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, winmdroot.Foundation.PCSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar)
290
static extern int LocalExternFunction(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, winmdroot.Foundation.PCSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar);
Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (1)
66
internal static extern uint DragQueryFile(winmdroot.UI.Shell.HDROP hDrop, uint iFile, winmdroot.Foundation.
PWSTR
lpszFile, uint cch);
Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
414
internal static int GetClipboardFormatName(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount)
422
static extern int LocalExternFunction(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount);
663
internal static int GetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount)
671
static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount);
Windows.Win32.PROPVARIANT.g.cs (1)
134
internal winmdroot.Foundation.
PWSTR
pwszVal;
Windows.Win32.PWSTR.g.cs (10)
25
: IEquatable<
PWSTR
>
35
public static implicit operator char*(
PWSTR
value) => value.Value;
37
public static implicit operator
PWSTR
(char* value) => new PWSTR(value);
39
public static bool operator ==(
PWSTR
left,
PWSTR
right) => left.Value == right.Value;
41
public static bool operator !=(
PWSTR
left,
PWSTR
right) => !(left == right);
43
public bool Equals(
PWSTR
other) => this.Value == other.Value;
45
public override bool Equals(object obj) => obj is
PWSTR
other && this.Equals(other);
53
public static implicit operator PCWSTR(
PWSTR
value) => new PCWSTR(value.Value);
Windows.Win32.STATSTG.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
pwcsName;
Windows.Win32.STGMEDIUM.g.cs (1)
54
internal winmdroot.Foundation.
PWSTR
lpszFileName;
Windows.Win32.System_Com_IEnumString_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumString.Interface.Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumString.Interface @this, Span<winmdroot.Foundation.
PWSTR
> rgelt, uint* pceltFetched)
26
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
Windows.Win32.System_Com_IMoniker_Extensions.g.cs (5)
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)
92
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &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)
Windows.Win32.System_Com_ITypeComp_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.ITypeComp.Interface.Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Bind(this winmdroot.System.Com.ITypeComp.Interface @this, winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
83
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(this winmdroot.System.Com.ITypeInfo.Interface @this, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
88
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (4)
63
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
71
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
79
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
87
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
Windows.Win32.TYPEATTR.g.cs (1)
45
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
Windows.Win32.VARDESC.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
Windows\Win32\System\Com\IDispatch.cs (2)
134
/// <inheritdoc cref="GetIDsOfNames(Guid*,
PWSTR
*, uint, uint, int*)"/>
141
HRESULT result = GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
Windows\Win32\System\Com\IDispatch.Interface.cs (2)
30
private static HRESULT GetIDsOfNames(IDispatch* @this, Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
66
PWSTR
* rgszNames,
Windows\Win32\System\Com\ITypeInfo.cs (2)
8
/// <inheritdoc cref="GetIDsOfNames(
PWSTR
*, uint, int*)"/>
15
HRESULT result = GetIDsOfNames((
PWSTR
*)&n, 1, &id);
System.Private.Windows.GdiPlus (3)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (3)
3404
/// <inheritdoc cref="GdipGetFamilyName(winmdroot.Graphics.GdiPlus.GpFontFamily*, winmdroot.Foundation.
PWSTR
, ushort)"/>
3405
internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetFamilyName(in winmdroot.Graphics.GdiPlus.GpFontFamily family, winmdroot.Foundation.
PWSTR
name, ushort language)
3415
internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetFamilyName(winmdroot.Graphics.GdiPlus.GpFontFamily* family, winmdroot.Foundation.
PWSTR
name, ushort language);
System.Windows.Forms (17)
GlobalUsings.cs (1)
32
global using PWSTR = Windows.Win32.Foundation.
PWSTR
;
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3315
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
554
PWSTR
pszDisplayName,
562
PWSTR
pszDisplayName,
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
251
/// <inheritdoc cref="IOleObject.GetUserType(uint,
PWSTR
*)"/>
252
HRESULT IOleObject.Interface.GetUserType(uint dwFormOfType,
PWSTR
* pszUserType)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
179
hr = dispatch->GetIDsOfNames(&guid, (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &pDispid);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
131
HRESULT hr = dispatch->GetIDsOfNames(&guid, (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
42
int length = PInvoke.GetClassName(hwnd, (
PWSTR
)b, buffer.Length);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
515
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
585
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
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\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
241
item->GetDisplayName(SIGDN.SIGDN_DESKTOPABSOLUTEPARSING, out
PWSTR
ppszName);
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (2)
416
item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out
PWSTR
ppszName);
430
item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out
PWSTR
ppszName);
System\Windows\Forms\StringSource.cs (1)
85
public unsafe HRESULT Next(uint celt,
PWSTR
* rgelt, [Optional] uint* pceltFetched)
System.Windows.Forms.Primitives (497)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70
int result = PInvoke.SHGetKnownFolderPath(reference, 0, HANDLE.Null, (
PWSTR
*)path);
Windows.Win32.BINDINFO.g.cs (2)
27
internal winmdroot.Foundation.
PWSTR
szExtraInfo;
35
internal winmdroot.Foundation.
PWSTR
szCustomVerb;
Windows.Win32.BROWSEINFOW.g.cs (1)
46
internal winmdroot.Foundation.
PWSTR
pszDisplayName;
Windows.Win32.CALPOLESTR.g.cs (1)
33
internal unsafe winmdroot.Foundation.
PWSTR
* pElems;
Windows.Win32.DOCHOSTUIINFO.g.cs (2)
31
internal winmdroot.Foundation.
PWSTR
pchHostCss;
33
internal winmdroot.Foundation.
PWSTR
pchHostNS;
Windows.Win32.FONTDESC.g.cs (1)
36
internal winmdroot.Foundation.
PWSTR
lpstrName;
Windows.Win32.HDITEMW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.IAccessible.g.cs (6)
81
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
82
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
86
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
97
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
99
((delegate *unmanaged [Stdcall]<IAccessible*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IAccessible*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
1165
internal delegate *unmanaged [Stdcall]<IAccessible*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IBindHost.g.cs (5)
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();
180
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT> CreateMoniker_4;
212
unsafe winmdroot.Foundation.HRESULT CreateMoniker(winmdroot.Foundation.
PWSTR
szName, winmdroot.System.Com.IBindCtx* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved);
Windows.Win32.IBinding.g.cs (8)
188
/// <inheritdoc cref="GetBindResult(global::System.Guid*, uint*, winmdroot.Foundation.
PWSTR
*, uint*)"/>
189
internal unsafe void GetBindResult(out global::System.Guid pclsidProtocol, out uint pdwResult, out winmdroot.Foundation.
PWSTR
pszResult, ref uint pdwReserved)
193
fixed (winmdroot.Foundation.
PWSTR
* pszResultLocal = &pszResult)
209
private static winmdroot.Foundation.HRESULT GetBindResult(IBinding* pThis, global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.
PWSTR
* pszResult, uint* pdwReserved)
226
public unsafe void GetBindResult(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();
268
internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> GetBindResult_9;
314
unsafe winmdroot.Foundation.HRESULT GetBindResult(global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.
PWSTR
* pszResult, uint* pdwReserved);
Windows.Win32.IFileDialog.g.cs (8)
558
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
559
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
561
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
570
private static winmdroot.Foundation.HRESULT GetFileName(IFileDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
599
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
601
((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
1062
internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
1171
unsafe winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
Windows.Win32.IFileOpenDialog.g.cs (8)
425
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
426
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
428
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
437
private static winmdroot.Foundation.HRESULT GetFileName(IFileOpenDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
454
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
456
((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
879
internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
994
unsafe new winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
Windows.Win32.IFileSaveDialog.g.cs (8)
425
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
426
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
428
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
437
private static winmdroot.Foundation.HRESULT GetFileName(IFileSaveDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
454
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
456
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
1005
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
1129
unsafe new winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
Windows.Win32.IFontDisp.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<IFontDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFontDisp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
143
internal delegate *unmanaged [Stdcall]<IFontDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLCurrentStyle.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2959
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDataTransfer.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
345
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDocument.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
167
internal delegate *unmanaged [Stdcall]<IHTMLDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDocument2.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
3185
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDocument3.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
1285
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDocument4.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument4*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
561
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLDOMNode.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
706
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLElement.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2559
internal delegate *unmanaged [Stdcall]<IHTMLElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLElement2.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLElement2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2932
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLElement3.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLElement3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
1377
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLElementCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
316
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLEventObj.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLEventObj*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
899
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLFiltersCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
241
internal delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLFormElement.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFormElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
812
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLFrameBase.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
646
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLFramesCollection2.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
215
internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLImageElementFactory.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
169
internal delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLImgElement.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLImgElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
1516
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLLocation.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLLocation*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLLocation*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
690
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLMimeTypesCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
173
internal delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLOpsProfile.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
379
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLOptionElement.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
453
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLOptionElementFactory.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
169
internal delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLPluginsCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
198
internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLRect.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRect*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
366
internal delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLRectCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
241
internal delegate *unmanaged [Stdcall]<IHTMLRectCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLRenderStyle.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
646
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLRuleStyle.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
4676
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLScreen.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLScreen*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLScreen*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
440
internal delegate *unmanaged [Stdcall]<IHTMLScreen*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLSelectionObject.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
250
internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLStyle.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
5145
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLStyleSheet.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
743
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLStyleSheetRule.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
260
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
200
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLStyleSheetsCollection.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
241
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLWindow2.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2133
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLWindow3.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLWindow3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
560
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IHTMLWindow4.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow4*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
204
internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
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.IOleObject.g.cs (8)
550
/// <inheritdoc cref="GetUserType(uint, winmdroot.Foundation.
PWSTR
*)"/>
551
internal unsafe void GetUserType(uint dwFormOfType, out winmdroot.Foundation.
PWSTR
pszUserType)
553
fixed (winmdroot.Foundation.
PWSTR
* pszUserTypeLocal = &pszUserType)
562
private static winmdroot.Foundation.HRESULT GetUserType(IOleObject* pThis, uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType)
591
public unsafe void GetUserType(uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType)
593
((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IOleObject*)Unsafe.AsPointer(ref this), dwFormOfType, pszUserType).ThrowOnFailure();
933
internal delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetUserType_17;
1033
unsafe winmdroot.Foundation.HRESULT GetUserType(uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType);
Windows.Win32.IOmHistory.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOmHistory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
276
internal delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IOmNavigator.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IOmNavigator*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOmNavigator*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
750
internal delegate *unmanaged [Stdcall]<IOmNavigator*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
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 (7)
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();
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;
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);
Windows.Win32.IShellItem.g.cs (8)
151
/// <inheritdoc cref="GetDisplayName(winmdroot.UI.Shell.SIGDN, winmdroot.Foundation.
PWSTR
*)"/>
152
internal unsafe void GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, out winmdroot.Foundation.
PWSTR
ppszName)
154
fixed (winmdroot.Foundation.
PWSTR
* ppszNameLocal = &ppszName)
163
private static winmdroot.Foundation.HRESULT GetDisplayName(IShellItem* pThis, winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName)
193
public unsafe void GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName)
195
((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.SIGDN ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellItem*)Unsafe.AsPointer(ref this), sigdnName, ppszName).ThrowOnFailure();
334
internal delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.SIGDN ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayName_6;
375
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName);
Windows.Win32.ITextDocument.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextDocument*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
946
internal delegate *unmanaged [Stdcall]<ITextDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITextFont.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextFont*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextFont*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2390
internal delegate *unmanaged [Stdcall]<ITextFont*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITextPara.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextPara*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextPara*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2121
internal delegate *unmanaged [Stdcall]<ITextPara*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITextRange.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextRange*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextRange*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2533
internal delegate *unmanaged [Stdcall]<ITextRange*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITextSelection.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextSelection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextSelection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2243
internal delegate *unmanaged [Stdcall]<ITextSelection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITextStoryRanges.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
90
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
92
((delegate *unmanaged [Stdcall]<ITextStoryRanges*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextStoryRanges*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
269
internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IWebBrowser.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IWebBrowser*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowser*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
848
internal delegate *unmanaged [Stdcall]<IWebBrowser*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IWebBrowser2.g.cs (6)
85
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
86
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
90
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
101
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
103
((delegate *unmanaged [Stdcall]<IWebBrowser2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowser2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
2025
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IWebBrowserApp.g.cs (6)
73
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
74
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
78
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
89
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
91
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowserApp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
1429
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.LVBKIMAGEW.g.cs (1)
48
internal winmdroot.Foundation.
PWSTR
pszImage;
Windows.Win32.LVCOLUMNW.g.cs (1)
47
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.LVGROUP.g.cs (7)
44
internal winmdroot.Foundation.
PWSTR
pszHeader;
56
internal winmdroot.Foundation.
PWSTR
pszFooter;
86
internal winmdroot.Foundation.
PWSTR
pszSubtitle;
98
internal winmdroot.Foundation.
PWSTR
pszTask;
110
internal winmdroot.Foundation.
PWSTR
pszDescriptionTop;
122
internal winmdroot.Foundation.
PWSTR
pszDescriptionBottom;
158
internal winmdroot.Foundation.
PWSTR
pszSubsetTitle;
Windows.Win32.LVITEMW.g.cs (1)
75
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.MCGRIDINFO.g.cs (1)
89
internal winmdroot.Foundation.
PWSTR
pszName;
Windows.Win32.MENUITEMINFOW.g.cs (1)
84
internal winmdroot.Foundation.
PWSTR
dwTypeData;
Windows.Win32.NMLVGETINFOTIPW.g.cs (1)
48
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.NMTTDISPINFOW.g.cs (1)
42
internal winmdroot.Foundation.
PWSTR
lpszText;
Windows.Win32.OLEVERB.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
lpszVerbName;
Windows.Win32.PInvoke.ADVAPI32.dll.g.cs (3)
42
/// <inheritdoc cref="RegLoadMUIString(winmdroot.System.Registry.HKEY, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, uint, uint*, uint, winmdroot.Foundation.PCWSTR)"/>
44
internal static unsafe winmdroot.Foundation.WIN32_ERROR RegLoadMUIString(winmdroot.System.Registry.HKEY hKey, string pszValue, winmdroot.Foundation.
PWSTR
pszOutBuf, uint cbOutBuf, uint* pcbData, uint Flags, string pszDirectory)
87
internal static extern unsafe winmdroot.Foundation.WIN32_ERROR RegLoadMUIString(winmdroot.System.Registry.HKEY hKey, winmdroot.Foundation.PCWSTR pszValue, winmdroot.Foundation.
PWSTR
pszOutBuf, uint cbOutBuf, [Optional] uint* pcbData, uint Flags, winmdroot.Foundation.PCWSTR pszDirectory);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (12)
232
internal static unsafe uint FormatMessage(winmdroot.System.Diagnostics.Debug.FORMAT_MESSAGE_OPTIONS dwFlags, [Optional] void* lpSource, uint dwMessageId, uint dwLanguageId, winmdroot.Foundation.
PWSTR
lpBuffer, uint nSize, [Optional] sbyte** Arguments)
240
static extern unsafe uint LocalExternFunction(winmdroot.System.Diagnostics.Debug.FORMAT_MESSAGE_OPTIONS dwFlags, [Optional] void* lpSource, uint dwMessageId, uint dwLanguageId, winmdroot.Foundation.
PWSTR
lpBuffer, uint nSize, [Optional] sbyte** Arguments);
328
/// <inheritdoc cref="GetLocaleInfoEx(winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.
PWSTR
, int)"/>
330
internal static unsafe int GetLocaleInfoEx(string lpLocaleName, uint LCType, winmdroot.Foundation.
PWSTR
lpLCData, int cchData)
362
internal static int GetLocaleInfoEx(winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, winmdroot.Foundation.
PWSTR
lpLCData, int cchData)
370
static extern int LocalExternFunction(winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, winmdroot.Foundation.
PWSTR
lpLCData, int cchData);
391
internal static uint GetModuleFileName(winmdroot.Foundation.HMODULE hModule, winmdroot.Foundation.
PWSTR
lpFilename, uint nSize)
399
static extern uint LocalExternFunction(winmdroot.Foundation.HMODULE hModule, winmdroot.Foundation.
PWSTR
lpFilename, uint nSize);
476
/// <inheritdoc cref="GetShortPathName(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, uint)"/>
478
internal static unsafe uint GetShortPathName(string lpszLongPath, winmdroot.Foundation.
PWSTR
lpszShortPath, uint cchBuffer)
509
internal static uint GetShortPathName(winmdroot.Foundation.PCWSTR lpszLongPath, winmdroot.Foundation.
PWSTR
lpszShortPath, uint cchBuffer)
517
static extern uint LocalExternFunction(winmdroot.Foundation.PCWSTR lpszLongPath, winmdroot.Foundation.
PWSTR
lpszShortPath, uint cchBuffer);
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (3)
161
/// <inheritdoc cref="VarFormat(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.
PWSTR
, winmdroot.System.Ole.VARFORMAT_FIRST_DAY, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK, uint, winmdroot.Foundation.BSTR*)"/>
162
internal static unsafe winmdroot.Foundation.HRESULT VarFormat(in winmdroot.System.Variant.VARIANT pvarIn, winmdroot.Foundation.
PWSTR
pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut)
193
internal static extern unsafe winmdroot.Foundation.HRESULT VarFormat(winmdroot.System.Variant.VARIANT* pvarIn, winmdroot.Foundation.
PWSTR
pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (11)
26
/// <inheritdoc cref="FindExecutable(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
)"/>
28
internal static unsafe winmdroot.Foundation.HINSTANCE FindExecutable(string lpFile, string lpDirectory, winmdroot.Foundation.
PWSTR
lpResult)
66
internal static extern winmdroot.Foundation.HINSTANCE FindExecutable(winmdroot.Foundation.PCWSTR lpFile, winmdroot.Foundation.PCWSTR lpDirectory, winmdroot.Foundation.
PWSTR
lpResult);
243
/// <inheritdoc cref="SHGetKnownFolderPath(global::System.Guid*, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG, winmdroot.Foundation.HANDLE, winmdroot.Foundation.
PWSTR
*)"/>
245
internal static unsafe winmdroot.Foundation.HRESULT SHGetKnownFolderPath(in global::System.Guid rfid, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG dwFlags, winmdroot.Foundation.HANDLE hToken, out winmdroot.Foundation.
PWSTR
ppszPath)
247
fixed (winmdroot.Foundation.
PWSTR
* ppszPathLocal = &ppszPath)
281
internal static unsafe winmdroot.Foundation.HRESULT SHGetKnownFolderPath(global::System.Guid* rfid, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG dwFlags, winmdroot.Foundation.HANDLE hToken, winmdroot.Foundation.
PWSTR
* ppszPath)
287
static extern unsafe winmdroot.Foundation.HRESULT LocalExternFunction(global::System.Guid* rfid, uint dwFlags, winmdroot.Foundation.HANDLE hToken, winmdroot.Foundation.
PWSTR
* ppszPath);
290
/// <inheritdoc cref="SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.
PWSTR
, uint, winmdroot.UI.Shell.GPFIDL_FLAGS)"/>
292
internal static unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.Foundation.
PWSTR
pszPath, uint cchPath, winmdroot.UI.Shell.GPFIDL_FLAGS uOpts)
328
internal static extern unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.
PWSTR
pszPath, uint cchPath, winmdroot.UI.Shell.GPFIDL_FLAGS uOpts);
Windows.Win32.PInvoke.USER32.dll.g.cs (5)
771
/// <inheritdoc cref="DrawTextEx(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.
PWSTR
, int, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT, winmdroot.Graphics.Gdi.DRAWTEXTPARAMS*)"/>
780
winmdroot.Foundation.
PWSTR
wstrlpchText = plpchText;
809
internal static extern unsafe int DrawTextEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.
PWSTR
lpchText, int cchText, winmdroot.Foundation.RECT* lprc, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT format, [Optional] winmdroot.Graphics.Gdi.DRAWTEXTPARAMS* lpdtp);
1198
internal static int GetClassName(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpClassName, int nMaxCount)
1206
static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpClassName, int nMaxCount);
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (9)
260
internal static extern winmdroot.Foundation.HRESULT GetCurrentThemeName(winmdroot.Foundation.
PWSTR
pszThemeFileName, int cchMaxNameChars, winmdroot.Foundation.
PWSTR
pszColorBuff, int cchMaxColorChars, winmdroot.Foundation.
PWSTR
pszSizeBuff, int cchMaxSizeChars);
506
/// <inheritdoc cref="GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, int)"/>
508
internal static unsafe winmdroot.Foundation.HRESULT GetThemeDocumentationProperty(string pszThemeName, string pszPropertyName, winmdroot.Foundation.
PWSTR
pszValueBuff, int cchMaxValChars)
540
internal static extern winmdroot.Foundation.HRESULT GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR pszThemeName, winmdroot.Foundation.PCWSTR pszPropertyName, winmdroot.Foundation.
PWSTR
pszValueBuff, int cchMaxValChars);
622
internal static winmdroot.Foundation.HRESULT GetThemeFilename(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID iPropId, winmdroot.Foundation.
PWSTR
pszThemeFileName, int cchMaxBuffChars)
628
static extern winmdroot.Foundation.HRESULT LocalExternFunction(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.
PWSTR
pszThemeFileName, int cchMaxBuffChars);
909
internal static extern winmdroot.Foundation.HRESULT GetThemeString(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.
PWSTR
pszBuff, int cchMaxBuffChars);
Windows.Win32.PInvoke.winspool.drv.g.cs (3)
26
/// <inheritdoc cref="DocumentProperties(winmdroot.Foundation.HWND, winmdroot.Foundation.HANDLE, winmdroot.Foundation.
PWSTR
, winmdroot.Graphics.Gdi.DEVMODEW*, winmdroot.Graphics.Gdi.DEVMODEW*, uint)"/>
27
internal static unsafe int DocumentProperties(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, winmdroot.Graphics.Gdi.DEVMODEW* pDevModeOutput, winmdroot.Graphics.Gdi.DEVMODEW? pDevModeInput, uint fMode)
57
internal static extern unsafe int DocumentProperties(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeInput, uint fMode);
Windows.Win32.STARTUPINFOW.g.cs (3)
34
internal winmdroot.Foundation.
PWSTR
lpReserved;
40
internal winmdroot.Foundation.
PWSTR
lpDesktop;
43
internal winmdroot.Foundation.
PWSTR
lpTitle;
Windows.Win32.STRRET.g.cs (1)
39
internal winmdroot.Foundation.
PWSTR
pOleStr;
Windows.Win32.System_Com_IBinding_Extensions.g.cs (3)
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)
38
fixed (winmdroot.Foundation.
PWSTR
* pszResultLocal = &pszResult)
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_IOleObject_Extensions.g.cs (3)
59
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetUserType(uint, winmdroot.Foundation.
PWSTR
*)"/>
60
internal static unsafe winmdroot.Foundation.HRESULT GetUserType(this winmdroot.System.Ole.IOleObject.Interface @this, uint dwFormOfType, out winmdroot.Foundation.
PWSTR
pszUserType)
62
fixed (winmdroot.Foundation.
PWSTR
* pszUserTypeLocal = &pszUserType)
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.TCITEMW.g.cs (1)
50
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.TTTOOLINFOW.g.cs (1)
68
internal winmdroot.Foundation.
PWSTR
lpszText;
Windows.Win32.TVITEMEXW.g.cs (1)
56
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.TVITEMW.g.cs (1)
58
internal winmdroot.Foundation.
PWSTR
pszText;
Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (3)
73
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
76
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (3)
73
/// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileOpenDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
76
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (3)
73
/// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
76
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
Windows.Win32.UI_Shell_IShellFolder_Extensions.g.cs (2)
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)
Windows.Win32.UI_Shell_IShellItem_Extensions.g.cs (3)
39
/// <inheritdoc cref="winmdroot.UI.Shell.IShellItem.Interface.GetDisplayName(winmdroot.UI.Shell.SIGDN, winmdroot.Foundation.
PWSTR
*)"/>
40
internal static unsafe winmdroot.Foundation.HRESULT GetDisplayName(this winmdroot.UI.Shell.IShellItem.Interface @this, winmdroot.UI.Shell.SIGDN sigdnName, out winmdroot.Foundation.
PWSTR
ppszName)
42
fixed (winmdroot.Foundation.
PWSTR
* ppszNameLocal = &ppszName)
Windows\Win32\PInvoke.DrawTextEx.cs (2)
8
/// <inheritdoc cref="DrawTextEx(HDC,
PWSTR
, int, RECT*, DRAW_TEXT_FORMAT, DRAWTEXTPARAMS*)"/>
20
return DrawTextEx(hdc, (
PWSTR
)c, lpchText.Length, lprc, format, lpdtp);
Windows\Win32\Pinvoke.RegLoadMUIString.cs (1)
11
/// <inheritdoc cref="RegLoadMUIString(System.Registry.HKEY, string,
PWSTR
, uint, uint*, uint, string)"/>
Windows\Win32\System\Com\StandardDispatch.cs (1)
89
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
Windows\Win32\UI\Controls\Dialogs\CHOOSEFONTW.cs (1)
190
public
PWSTR
lpszStyle;
Windows\Win32\UI\Controls\Dialogs\OFNOTIFY.cs (1)
11
public
PWSTR
pszFile;
Windows\Win32\UI\Controls\Dialogs\OPENFILENAME.cs (8)
12
public
PWSTR
lpstrFilter;
13
public
PWSTR
lpstrCustomFilter;
16
public
PWSTR
lpstrFile;
18
public
PWSTR
lpstrFileTitle;
20
public
PWSTR
lpstrInitialDir;
21
public
PWSTR
lpstrTitle;
25
public
PWSTR
lpstrDefExt;
28
public
PWSTR
lpTemplateName;
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
12
/// Helper for the legacy <see cref="PInvoke.SHGetPathFromIDListEx(ITEMIDLIST*,
PWSTR
, uint, GPFIDL_FLAGS)" /> API.
System.Windows.Forms.Primitives.Tests (5)
Interop\Ole32\CALPOLESTRTests.cs (1)
38
pElems = (
PWSTR
*)Marshal.AllocCoTaskMem(IntPtr.Size * values.Length)
Interop\Oleaut32\ITypeInfoTests.cs (2)
145
var rgszNames = new
PWSTR
[] { width, other };
147
fixed (
PWSTR
* pRgszNames = rgszNames)
Windows\Win32\System\Com\IDispatchTests.cs (2)
24
var rgszNames = new
PWSTR
[] { width, other };
27
fixed (
PWSTR
* pRgszNames = rgszNames)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
145
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId) => throw new NotImplementedException();