1 instantiation of PWSTR
System.Private.Windows.Core (1)
_generated\207\Windows.Win32.PWSTR.g.cs (1)
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);
674 references to PWSTR
System.Drawing.Common (6)
_generated\18\Windows.Win32.PInvoke.SHELL32.dll.g.cs (1)
52
internal static extern unsafe winmdroot.UI.WindowsAndMessaging.HICON ExtractAssociatedIcon([Optional] winmdroot.Foundation.HINSTANCE hInst, winmdroot.Foundation.
PWSTR
pszIconPath, ushort* piIcon);
_generated\20\Windows.Win32.PInvoke.winspool.drv.g.cs (2)
42
internal static extern unsafe int DeviceCapabilities(winmdroot.Foundation.PCWSTR pDevice, [Optional] winmdroot.Foundation.PCWSTR pPort, winmdroot.Storage.Xps.PRINTER_DEVICE_CAPABILITIES fwCapability, [Optional] winmdroot.Foundation.
PWSTR
pOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevMode);
88
internal static extern unsafe int DocumentProperties([Optional] winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeInput, uint fMode);
_generated\23\Windows.Win32.PRINTER_INFO_4W.g.cs (2)
31
internal winmdroot.Foundation.
PWSTR
pPrinterName;
34
internal winmdroot.Foundation.
PWSTR
pServerName;
System\Drawing\Printing\PrinterSettings.cs (1)
538
int result = PInvoke.DeviceCapabilities(pn, op, capability, (
PWSTR
)output, null);
System.Private.Windows.Core (147)
_generated\111\Windows.Win32.HIGHCONTRASTW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
lpszDefaultScheme;
_generated\124\Windows.Win32.IBindCtx.g.cs (15)
276
private static winmdroot.Foundation.HRESULT RegisterObjectParam(IBindCtx* pThis, winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk)
305
public unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk)
307
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, punk);
313
private static winmdroot.Foundation.HRESULT GetObjectParam(IBindCtx* pThis, winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk)
338
public unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk)
340
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, ppunk);
378
private static winmdroot.Foundation.HRESULT RevokeObjectParam(IBindCtx* pThis, winmdroot.Foundation.
PWSTR
pszKey)
405
public winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey)
407
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey);
451
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
453
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
457
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
511
unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk);
514
unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk);
520
winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey);
_generated\129\Windows.Win32.IDispatch.g.cs (6)
94
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
95
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
99
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
125
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
127
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);
230
internal delegate *unmanaged [Stdcall]<IDispatch*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\130\Windows.Win32.IDispatchEx.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
94
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
96
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);
444
internal delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\143\Windows.Win32.IEnumString.g.cs (11)
57
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
58
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt, out uint pceltFetched)
62
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
70
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
71
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt)
73
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
83
private static winmdroot.Foundation.HRESULT Next(IEnumString* pThis, uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
111
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
113
return ((delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumString*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
235
internal delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
271
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched);
_generated\148\Windows.Win32.IMoniker.g.cs (15)
704
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
*)"/>
706
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.
PWSTR
ppszDisplayName)
708
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &ppszDisplayName)
718
private static winmdroot.Foundation.HRESULT GetDisplayName(IMoniker* pThis, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName)
748
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName)
750
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, ppszDisplayName);
753
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
755
internal unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
767
private static winmdroot.Foundation.HRESULT ParseDisplayName(IMoniker* pThis, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
799
public unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
801
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pszDisplayName, pchEaten, ppmkOut);
911
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
913
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_22;
1012
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName);
1015
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\155\Windows.Win32.IPictureDisp.g.cs (6)
78
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
79
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
83
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
95
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
97
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);
174
internal delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\162\Windows.Win32.ITypeComp.g.cs (12)
56
/// <inheritdoc cref="Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
58
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)
73
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)
110
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)
112
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);
118
private static winmdroot.Foundation.HRESULT BindType(ITypeComp* pThis, winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
145
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
147
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);
179
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;
181
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> BindType_5;
208
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);
211
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp);
_generated\163\Windows.Win32.ITypeInfo.g.cs (8)
361
/// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
362
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
366
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
378
private static winmdroot.Foundation.HRESULT GetIDsOfNames(ITypeInfo* pThis, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
408
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
410
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeInfo*)Unsafe.AsPointer(ref this), rgszNames, cNames, pMemId);
1000
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_11;
1087
unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId);
_generated\164\Windows.Win32.ITypeLib.g.cs (14)
354
/// <inheritdoc cref="IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
363
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
374
private static winmdroot.Foundation.HRESULT IsName(ITypeLib* pThis, winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
402
public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
404
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);
407
/// <inheritdoc cref="FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
418
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
430
private static winmdroot.Foundation.HRESULT FindName(ITypeLib* pThis, winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
461
public unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
463
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);
547
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11;
549
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,int* ,ushort* ,winmdroot.Foundation.HRESULT> FindName_12;
607
unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
610
unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound);
_generated\197\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
247
/// <inheritdoc cref="MultiByteToWideChar(uint, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS, winmdroot.Foundation.PCSTR, int, winmdroot.Foundation.
PWSTR
, int)"/>
285
internal static int MultiByteToWideChar(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, winmdroot.Foundation.PCSTR lpMultiByteStr, int cbMultiByte, [Optional] winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar)
293
static extern int LocalExternFunction(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, winmdroot.Foundation.PCSTR lpMultiByteStr, int cbMultiByte, [Optional] winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar);
_generated\200\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (2)
40
/// <inheritdoc cref="DragQueryFile(winmdroot.UI.Shell.HDROP, uint, winmdroot.Foundation.
PWSTR
, uint)"/>
77
internal static extern uint DragQueryFile(winmdroot.UI.Shell.HDROP hDrop, uint iFile, [Optional] winmdroot.Foundation.
PWSTR
lpszFile, uint cch);
_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs (6)
397
/// <inheritdoc cref="GetClipboardFormatName(uint, winmdroot.Foundation.
PWSTR
, int)"/>
429
internal static int GetClipboardFormatName(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount)
437
static extern int LocalExternFunction(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount);
660
/// <inheritdoc cref="GetWindowText(winmdroot.Foundation.HWND, winmdroot.Foundation.
PWSTR
, int)"/>
692
internal static int GetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount)
700
static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount);
_generated\205\Windows.Win32.PROPVARIANT.g.cs (1)
134
internal winmdroot.Foundation.
PWSTR
pwszVal;
_generated\207\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);
_generated\223\Windows.Win32.STATSTG.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
pwcsName;
_generated\226\Windows.Win32.STGMEDIUM.g.cs (1)
54
internal winmdroot.Foundation.
PWSTR
lpszFileName;
_generated\235\Windows.Win32.System_Com_IEnumString_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumString.Interface.Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumString.Interface @this, Span<winmdroot.Foundation.
PWSTR
> rgelt, out uint pceltFetched)
29
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
37
/// <inheritdoc cref="winmdroot.System.Com.IEnumString.Interface.Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumString.Interface @this, Span<winmdroot.Foundation.
PWSTR
> rgelt)
40
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
_generated\238\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)
_generated\245\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)
_generated\246\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
87
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
89
internal static unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(this winmdroot.System.Com.ITypeInfo.Interface @this, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
93
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
_generated\247\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (4)
82
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
90
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
98
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
108
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
_generated\261\Windows.Win32.TYPEATTR.g.cs (1)
45
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
_generated\268\Windows.Win32.VARDESC.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
_generated\29\Windows.Win32.CALPWSTR.g.cs (1)
27
internal unsafe winmdroot.Foundation.
PWSTR
* pElems;
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)
28
private static HRESULT GetIDsOfNames(IDispatch* @this, Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
64
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 (2)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3611
/// <inheritdoc cref="GdipGetFamilyName(winmdroot.Graphics.GdiPlus.GpFontFamily*, winmdroot.Foundation.
PWSTR
, ushort)"/>
3626
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 (502)
_generated\10\Windows.Win32.BROWSEINFOW.g.cs (1)
46
internal winmdroot.Foundation.
PWSTR
pszDisplayName;
_generated\106\Windows.Win32.IAccessible.g.cs (6)
84
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
85
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
89
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
100
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
102
((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();
1270
internal delegate *unmanaged [Stdcall]<IAccessible*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\111\Windows.Win32.IBindHost.g.cs (5)
59
private static winmdroot.Foundation.HRESULT CreateMoniker(IBindHost* pThis, winmdroot.Foundation.
PWSTR
szName, winmdroot.System.Com.IBindCtx* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
76
public unsafe void CreateMoniker(winmdroot.Foundation.
PWSTR
szName, winmdroot.System.Com.IBindCtx* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved)
78
((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindHost*)Unsafe.AsPointer(ref this), szName, pBC, ppmk, dwReserved).ThrowOnFailure();
186
internal delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT> CreateMoniker_4;
218
unsafe winmdroot.Foundation.HRESULT CreateMoniker(winmdroot.Foundation.
PWSTR
szName, winmdroot.System.Com.IBindCtx* pBC, winmdroot.System.Com.IMoniker** ppmk, uint dwReserved);
_generated\112\Windows.Win32.IBinding.g.cs (8)
191
/// <inheritdoc cref="GetBindResult(global::System.Guid*, uint*, winmdroot.Foundation.
PWSTR
*, uint*)"/>
193
internal unsafe void GetBindResult(out global::System.Guid pclsidProtocol, out uint pdwResult, out winmdroot.Foundation.
PWSTR
pszResult, ref uint pdwReserved)
197
fixed (winmdroot.Foundation.
PWSTR
* pszResultLocal = &pszResult)
213
private static winmdroot.Foundation.HRESULT GetBindResult(IBinding* pThis, global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.
PWSTR
* pszResult, uint* pdwReserved)
230
public unsafe void GetBindResult(global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.
PWSTR
* pszResult, uint* pdwReserved)
232
((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();
274
internal delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> GetBindResult_9;
320
unsafe winmdroot.Foundation.HRESULT GetBindResult(global::System.Guid* pclsidProtocol, uint* pdwResult, winmdroot.Foundation.
PWSTR
* pszResult, uint* pdwReserved);
_generated\129\Windows.Win32.IFileDialog.g.cs (8)
564
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
566
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
568
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
577
private static winmdroot.Foundation.HRESULT GetFileName(IFileDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
606
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
608
((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
1076
internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
1185
unsafe winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
_generated\132\Windows.Win32.IFileOpenDialog.g.cs (8)
431
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
433
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
435
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
444
private static winmdroot.Foundation.HRESULT GetFileName(IFileOpenDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
461
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
463
((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
893
internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
1008
unsafe new winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (8)
431
/// <inheritdoc cref="GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
433
internal unsafe void GetFileName(out winmdroot.Foundation.
PWSTR
pszName)
435
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
444
private static winmdroot.Foundation.HRESULT GetFileName(IFileSaveDialog* pThis, winmdroot.Foundation.
PWSTR
* pszName)
461
public unsafe void GetFileName(winmdroot.Foundation.
PWSTR
* pszName)
463
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure();
1019
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetFileName_17;
1143
unsafe new winmdroot.Foundation.HRESULT GetFileName(winmdroot.Foundation.
PWSTR
* pszName);
_generated\136\Windows.Win32.IFontDisp.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
170
internal delegate *unmanaged [Stdcall]<IFontDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\14\Windows.Win32.CALPOLESTR.g.cs (1)
33
internal unsafe winmdroot.Foundation.
PWSTR
* pElems;
_generated\141\Windows.Win32.IHTMLCurrentStyle.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
2986
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\142\Windows.Win32.IHTMLDataTransfer.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
373
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\143\Windows.Win32.IHTMLDocument.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
194
internal delegate *unmanaged [Stdcall]<IHTMLDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
3284
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
1324
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\146\Windows.Win32.IHTMLDocument4.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
591
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
733
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\148\Windows.Win32.IHTMLElement.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
2657
internal delegate *unmanaged [Stdcall]<IHTMLElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\149\Windows.Win32.IHTMLElement2.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
2971
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\150\Windows.Win32.IHTMLElement3.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
1407
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\151\Windows.Win32.IHTMLElementCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
344
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
926
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\153\Windows.Win32.IHTMLFiltersCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
269
internal delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\154\Windows.Win32.IHTMLFormElement.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
839
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\155\Windows.Win32.IHTMLFrameBase.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
673
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\156\Windows.Win32.IHTMLFramesCollection2.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
244
internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\157\Windows.Win32.IHTMLImageElementFactory.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
196
internal delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\158\Windows.Win32.IHTMLImgElement.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
1543
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\159\Windows.Win32.IHTMLLocation.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
728
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\160\Windows.Win32.IHTMLMimeTypesCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
200
internal delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\161\Windows.Win32.IHTMLOpsProfile.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
406
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\162\Windows.Win32.IHTMLOptionElement.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
480
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\163\Windows.Win32.IHTMLOptionElementFactory.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
196
internal delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\164\Windows.Win32.IHTMLPluginsCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
225
internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\165\Windows.Win32.IHTMLRect.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
393
internal delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\166\Windows.Win32.IHTMLRectCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
269
internal delegate *unmanaged [Stdcall]<IHTMLRectCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\167\Windows.Win32.IHTMLRenderStyle.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
673
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\168\Windows.Win32.IHTMLRuleStyle.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
4703
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\169\Windows.Win32.IHTMLScreen.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
467
internal delegate *unmanaged [Stdcall]<IHTMLScreen*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\170\Windows.Win32.IHTMLSelectionObject.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
277
internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\171\Windows.Win32.IHTMLStyle.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
5183
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
770
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\173\Windows.Win32.IHTMLStyleSheetRule.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
287
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\174\Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
227
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\175\Windows.Win32.IHTMLStyleSheetsCollection.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
269
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
2191
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
593
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\178\Windows.Win32.IHTMLWindow4.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
232
internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\201\Windows.Win32.IOleContainer.g.cs (7)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
59
internal unsafe void ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
70
private static winmdroot.Foundation.HRESULT ParseDisplayName(IOleContainer* pThis, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
87
public unsafe void ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
89
((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleContainer*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure();
186
internal delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
219
unsafe new winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\210\Windows.Win32.IOleObject.g.cs (8)
555
/// <inheritdoc cref="GetUserType(uint, winmdroot.Foundation.
PWSTR
*)"/>
557
internal unsafe void GetUserType(uint dwFormOfType, out winmdroot.Foundation.
PWSTR
pszUserType)
559
fixed (winmdroot.Foundation.
PWSTR
* pszUserTypeLocal = &pszUserType)
568
private static winmdroot.Foundation.HRESULT GetUserType(IOleObject* pThis, uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType)
597
public unsafe void GetUserType(uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType)
599
((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IOleObject*)Unsafe.AsPointer(ref this), dwFormOfType, pszUserType).ThrowOnFailure();
945
internal delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetUserType_17;
1045
unsafe winmdroot.Foundation.HRESULT GetUserType(uint dwFormOfType, winmdroot.Foundation.
PWSTR
* pszUserType);
_generated\215\Windows.Win32.IOmHistory.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
306
internal delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\216\Windows.Win32.IOmNavigator.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
777
internal delegate *unmanaged [Stdcall]<IOmNavigator*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\217\Windows.Win32.IParseDisplayName.g.cs (7)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
59
internal unsafe void ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
70
private static winmdroot.Foundation.HRESULT ParseDisplayName(IParseDisplayName* pThis, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
100
public unsafe void ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
102
((delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IParseDisplayName*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure();
134
internal delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
161
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\241\Windows.Win32.IShellFolder.g.cs (7)
57
/// <inheritdoc cref="ParseDisplayName(winmdroot.Foundation.HWND, winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint*)"/>
58
internal unsafe void ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, ref uint pdwAttributes)
72
private static winmdroot.Foundation.HRESULT ParseDisplayName(IShellFolder* pThis, winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes)
127
public unsafe void ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes)
129
((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, pbc, pszDisplayName, pchEaten, ppidl, pdwAttributes).ThrowOnFailure();
725
internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.
PWSTR
,uint* ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT> ParseDisplayName_4;
779
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, [Optional] uint* pchEaten, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint* pdwAttributes);
_generated\242\Windows.Win32.IShellItem.g.cs (8)
154
/// <inheritdoc cref="GetDisplayName(winmdroot.UI.Shell.SIGDN, winmdroot.Foundation.
PWSTR
*)"/>
156
internal unsafe void GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, out winmdroot.Foundation.
PWSTR
ppszName)
158
fixed (winmdroot.Foundation.
PWSTR
* ppszNameLocal = &ppszName)
167
private static winmdroot.Foundation.HRESULT GetDisplayName(IShellItem* pThis, winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName)
197
public unsafe void GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName)
199
((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.SIGDN ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellItem*)Unsafe.AsPointer(ref this), sigdnName, ppszName).ThrowOnFailure();
342
internal delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.SIGDN ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayName_6;
383
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.UI.Shell.SIGDN sigdnName, winmdroot.Foundation.
PWSTR
* ppszName);
_generated\251\Windows.Win32.ITextDocument.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
992
internal delegate *unmanaged [Stdcall]<ITextDocument*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\252\Windows.Win32.ITextFont.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
2453
internal delegate *unmanaged [Stdcall]<ITextFont*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\253\Windows.Win32.ITextPara.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
2172
internal delegate *unmanaged [Stdcall]<ITextPara*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\256\Windows.Win32.ITextRange.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
2602
internal delegate *unmanaged [Stdcall]<ITextRange*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\258\Windows.Win32.ITextSelection.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
2319
internal delegate *unmanaged [Stdcall]<ITextSelection*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\259\Windows.Win32.ITextStoryRanges.g.cs (6)
77
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
78
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
82
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
((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();
297
internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\279\Windows.Win32.IWebBrowser.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
900
internal delegate *unmanaged [Stdcall]<IWebBrowser*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\280\Windows.Win32.IWebBrowser2.g.cs (6)
88
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
89
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
93
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
104
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
106
((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();
2096
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\281\Windows.Win32.IWebBrowserApp.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe void GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe void GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
((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();
1482
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\301\Windows.Win32.LVBKIMAGEW.g.cs (1)
48
internal winmdroot.Foundation.
PWSTR
pszImage;
_generated\302\Windows.Win32.LVCOLUMNW.g.cs (1)
47
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\307\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;
_generated\312\Windows.Win32.LVITEMW.g.cs (1)
75
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\318\Windows.Win32.MCGRIDINFO.g.cs (1)
89
internal winmdroot.Foundation.
PWSTR
pszName;
_generated\325\Windows.Win32.MENUITEMINFOW.g.cs (1)
84
internal winmdroot.Foundation.
PWSTR
dwTypeData;
_generated\357\Windows.Win32.NMLVGETINFOTIPW.g.cs (1)
48
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\364\Windows.Win32.NMTTDISPINFOW.g.cs (1)
42
internal winmdroot.Foundation.
PWSTR
lpszText;
_generated\390\Windows.Win32.OLEVERB.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
lpszVerbName;
_generated\408\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)"/>
62
/// <inheritdoc cref="RegLoadMUIString(winmdroot.System.Registry.HKEY, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, uint, uint*, uint, winmdroot.Foundation.PCWSTR)"/>
110
internal static extern unsafe winmdroot.Foundation.WIN32_ERROR RegLoadMUIString(winmdroot.System.Registry.HKEY hKey, [Optional] winmdroot.Foundation.PCWSTR pszValue, [Optional] winmdroot.Foundation.
PWSTR
pszOutBuf, uint cbOutBuf, [Optional] uint* pcbData, uint Flags, [Optional] winmdroot.Foundation.PCWSTR pszDirectory);
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (12)
217
/// <inheritdoc cref="FormatMessage(winmdroot.System.Diagnostics.Debug.FORMAT_MESSAGE_OPTIONS, void*, uint, uint, winmdroot.Foundation.
PWSTR
, uint, sbyte**)"/>
272
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)
280
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);
381
/// <inheritdoc cref="GetLocaleInfoEx(winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.
PWSTR
, int)"/>
418
internal static int GetLocaleInfoEx([Optional] winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, [Optional] winmdroot.Foundation.
PWSTR
lpLCData, int cchData)
426
static extern int LocalExternFunction([Optional] winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, [Optional] winmdroot.Foundation.
PWSTR
lpLCData, int cchData);
429
/// <inheritdoc cref="GetModuleFileName(winmdroot.Foundation.HMODULE, winmdroot.Foundation.
PWSTR
, uint)"/>
458
internal static uint GetModuleFileName([Optional] winmdroot.Foundation.HMODULE hModule, winmdroot.Foundation.
PWSTR
lpFilename, uint nSize)
466
static extern uint LocalExternFunction([Optional] winmdroot.Foundation.HMODULE hModule, winmdroot.Foundation.
PWSTR
lpFilename, uint nSize);
545
/// <inheritdoc cref="GetShortPathName(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, uint)"/>
581
internal static uint GetShortPathName(winmdroot.Foundation.PCWSTR lpszLongPath, [Optional] winmdroot.Foundation.
PWSTR
lpszShortPath, uint cchBuffer)
589
static extern uint LocalExternFunction(winmdroot.Foundation.PCWSTR lpszLongPath, [Optional] winmdroot.Foundation.
PWSTR
lpszShortPath, uint cchBuffer);
_generated\42\Windows.Win32.DOCHOSTUIINFO.g.cs (2)
31
internal winmdroot.Foundation.
PWSTR
pchHostCss;
33
internal winmdroot.Foundation.
PWSTR
pchHostNS;
_generated\420\Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (3)
164
/// <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*)"/>
166
internal static unsafe winmdroot.Foundation.HRESULT VarFormat(in winmdroot.System.Variant.VARIANT pvarIn, [Optional] winmdroot.Foundation.
PWSTR
pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, out winmdroot.Foundation.BSTR pbstrOut)
200
internal static extern unsafe winmdroot.Foundation.HRESULT VarFormat(winmdroot.System.Variant.VARIANT* pvarIn, [Optional] winmdroot.Foundation.
PWSTR
pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut);
_generated\422\Windows.Win32.PInvoke.SHELL32.dll.g.cs (9)
26
/// <inheritdoc cref="FindExecutable(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
)"/>
70
internal static extern winmdroot.Foundation.HINSTANCE FindExecutable(winmdroot.Foundation.PCWSTR lpFile, [Optional] winmdroot.Foundation.PCWSTR lpDirectory, winmdroot.Foundation.
PWSTR
lpResult);
251
/// <inheritdoc cref="SHGetKnownFolderPath(global::System.Guid*, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG, winmdroot.Foundation.HANDLE, winmdroot.Foundation.
PWSTR
*)"/>
254
internal static unsafe winmdroot.Foundation.HRESULT SHGetKnownFolderPath(in global::System.Guid rfid, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG dwFlags, [Optional] winmdroot.Foundation.HANDLE hToken, out winmdroot.Foundation.
PWSTR
ppszPath)
256
fixed (winmdroot.Foundation.
PWSTR
* ppszPathLocal = &ppszPath)
290
internal static unsafe winmdroot.Foundation.HRESULT SHGetKnownFolderPath(global::System.Guid* rfid, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG dwFlags, [Optional] winmdroot.Foundation.HANDLE hToken, winmdroot.Foundation.
PWSTR
* ppszPath)
296
static extern unsafe winmdroot.Foundation.HRESULT LocalExternFunction(global::System.Guid* rfid, uint dwFlags, [Optional] winmdroot.Foundation.HANDLE hToken, winmdroot.Foundation.
PWSTR
* ppszPath);
299
/// <inheritdoc cref="SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.
PWSTR
, uint, winmdroot.UI.Shell.GPFIDL_FLAGS)"/>
340
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);
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (6)
780
/// <inheritdoc cref="DrawTextEx(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.
PWSTR
, int, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT, winmdroot.Graphics.Gdi.DRAWTEXTPARAMS*)"/>
790
winmdroot.Foundation.
PWSTR
wstrlpchText = plpchText;
819
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);
1192
/// <inheritdoc cref="GetClassName(winmdroot.Foundation.HWND, winmdroot.Foundation.
PWSTR
, int)"/>
1224
internal static int GetClassName(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpClassName, int nMaxCount)
1232
static extern int LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpClassName, int nMaxCount);
_generated\426\Windows.Win32.PInvoke.UXTHEME.dll.g.cs (13)
245
/// <inheritdoc cref="GetCurrentThemeName(winmdroot.Foundation.
PWSTR
, int, winmdroot.Foundation.
PWSTR
, int, winmdroot.Foundation.
PWSTR
, int)"/>
295
internal static extern winmdroot.Foundation.HRESULT GetCurrentThemeName(winmdroot.Foundation.
PWSTR
pszThemeFileName, int cchMaxNameChars, [Optional] winmdroot.Foundation.
PWSTR
pszColorBuff, int cchMaxColorChars, [Optional] winmdroot.Foundation.
PWSTR
pszSizeBuff, int cchMaxSizeChars);
549
/// <inheritdoc cref="GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.
PWSTR
, int)"/>
586
internal static extern winmdroot.Foundation.HRESULT GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR pszThemeName, winmdroot.Foundation.PCWSTR pszPropertyName, winmdroot.Foundation.
PWSTR
pszValueBuff, int cchMaxValChars);
637
/// <inheritdoc cref="GetThemeFilename(winmdroot.UI.Controls.HTHEME, int, int, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID, winmdroot.Foundation.
PWSTR
, int)"/>
680
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)
686
static extern winmdroot.Foundation.HRESULT LocalExternFunction(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.
PWSTR
pszThemeFileName, int cchMaxBuffChars);
939
/// <inheritdoc cref="GetThemeString(winmdroot.UI.Controls.HTHEME, int, int, int, winmdroot.Foundation.
PWSTR
, int)"/>
983
internal static extern winmdroot.Foundation.HRESULT GetThemeString(winmdroot.UI.Controls.HTHEME hTheme, int iPartId, int iStateId, int iPropId, winmdroot.Foundation.
PWSTR
pszBuff, int cchMaxBuffChars);
_generated\427\Windows.Win32.PInvoke.winspool.drv.g.cs (5)
47
/// <inheritdoc cref="DocumentProperties(winmdroot.Foundation.HWND, winmdroot.Graphics.Printing.PRINTER_HANDLE, winmdroot.Foundation.
PWSTR
, winmdroot.Graphics.Gdi.DEVMODEW*, winmdroot.Graphics.Gdi.DEVMODEW*, uint)"/>
49
internal static unsafe int DocumentProperties([Optional] winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, out winmdroot.Graphics.Gdi.DEVMODEW pDevModeOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW? pDevModeInput, uint fMode)
59
/// <inheritdoc cref="DocumentProperties(winmdroot.Foundation.HWND, winmdroot.Graphics.Printing.PRINTER_HANDLE, winmdroot.Foundation.
PWSTR
, winmdroot.Graphics.Gdi.DEVMODEW*, winmdroot.Graphics.Gdi.DEVMODEW*, uint)"/>
60
internal static unsafe int DocumentProperties([Optional] winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW? pDevModeInput, uint fMode)
90
internal static extern unsafe int DocumentProperties([Optional] winmdroot.Foundation.HWND hWnd, winmdroot.Graphics.Printing.PRINTER_HANDLE hPrinter, winmdroot.Foundation.
PWSTR
pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevModeInput, uint fMode);
_generated\464\Windows.Win32.STARTUPINFOW.g.cs (3)
34
internal winmdroot.Foundation.
PWSTR
lpReserved;
40
internal winmdroot.Foundation.
PWSTR
lpDesktop;
43
internal winmdroot.Foundation.
PWSTR
lpTitle;
_generated\468\Windows.Win32.STRRET.g.cs (1)
39
internal winmdroot.Foundation.
PWSTR
pOleStr;
_generated\474\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)
_generated\498\Windows.Win32.System_Ole_IOleContainer_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleContainer.Interface.ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Ole.IOleContainer.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
_generated\507\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)
_generated\512\Windows.Win32.System_Ole_IParseDisplayName_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IParseDisplayName.Interface.ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Ole.IParseDisplayName.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
_generated\534\Windows.Win32.TCITEMW.g.cs (1)
50
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\549\Windows.Win32.TTTOOLINFOW.g.cs (1)
68
internal winmdroot.Foundation.
PWSTR
lpszText;
_generated\553\Windows.Win32.TVITEMEXW.g.cs (1)
56
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\555\Windows.Win32.TVITEMW.g.cs (1)
58
internal winmdroot.Foundation.
PWSTR
pszText;
_generated\601\Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (3)
74
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
77
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
_generated\602\Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (3)
74
/// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileOpenDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
77
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
_generated\604\Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (3)
74
/// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetFileName(winmdroot.Foundation.
PWSTR
*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.Foundation.
PWSTR
pszName)
77
fixed (winmdroot.Foundation.
PWSTR
* pszNameLocal = &pszName)
_generated\605\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*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.UI.Shell.IShellFolder.Interface @this, winmdroot.Foundation.HWND hwnd, winmdroot.System.Com.IBindCtx* pbc, winmdroot.Foundation.
PWSTR
pszDisplayName, out winmdroot.UI.Shell.Common.ITEMIDLIST* ppidl, ref uint pdwAttributes)
_generated\608\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)
_generated\68\Windows.Win32.FONTDESC.g.cs (1)
36
internal winmdroot.Foundation.
PWSTR
lpstrName;
_generated\7\Windows.Win32.BINDINFO.g.cs (2)
27
internal winmdroot.Foundation.
PWSTR
szExtraInfo;
35
internal winmdroot.Foundation.
PWSTR
szCustomVerb;
_generated\80\Windows.Win32.HDITEMW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
pszText;
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70
int result = PInvoke.SHGetKnownFolderPath(reference, 0, HANDLE.Null, (
PWSTR
*)path);
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, PCWSTR,
PWSTR
, uint, uint*, uint, PCWSTR)"/>
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.