1 instantiation of PWSTR
Microsoft.Private.Windows.Core (1)
_generated\206\Windows.Win32.PWSTR.g.cs (1)
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);
131 references to PWSTR
Microsoft.Private.Windows.Core (131)
_generated\110\Windows.Win32.HIGHCONTRASTW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
lpszDefaultScheme;
_generated\123\Windows.Win32.IBindCtx.g.cs (12)
164
public unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk)
166
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, punk);
177
public unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk)
179
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, ppunk);
204
public winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey)
206
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey);
250
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
252
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
256
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
291
unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk);
294
unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk);
300
winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey);
_generated\128\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\129\Windows.Win32.IDispatchEx.g.cs (6)
76
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
77
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
81
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
93
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
95
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);
283
internal delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\142\Windows.Win32.IEnumString.g.cs (10)
56
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
57
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt, out uint pceltFetched)
61
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
69
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
70
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt)
72
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
90
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
92
return ((delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumString*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
154
internal delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
177
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched);
_generated\147\Windows.Win32.IMoniker.g.cs (13)
363
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
*)"/>
365
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.
PWSTR
ppszDisplayName)
367
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &ppszDisplayName)
387
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName)
389
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);
392
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
394
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)
418
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)
420
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);
510
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
512
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;
582
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName);
585
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\154\Windows.Win32.IPictureDisp.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]<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);
173
internal delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
_generated\161\Windows.Win32.ITypeComp.g.cs (10)
55
/// <inheritdoc cref="Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
57
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)
89
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)
91
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);
104
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
106
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);
138
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;
140
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> BindType_5;
156
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);
159
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp);
_generated\162\Windows.Win32.ITypeInfo.g.cs (7)
220
/// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
221
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
225
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
247
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
249
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeInfo*)Unsafe.AsPointer(ref this), rgszNames, cNames, pMemId);
625
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_11;
684
unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId);
_generated\163\Windows.Win32.ITypeLib.g.cs (12)
215
/// <inheritdoc cref="IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
224
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
243
public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
245
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);
248
/// <inheritdoc cref="FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
259
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
282
public unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
284
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);
350
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11;
352
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,int* ,ushort* ,winmdroot.Foundation.HRESULT> FindName_12;
391
unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
394
unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound);
_generated\196\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (2)
183
/// <inheritdoc cref="MultiByteToWideChar(uint, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS, winmdroot.Foundation.PCSTR, int, winmdroot.Foundation.
PWSTR
, int)"/>
222
internal static extern 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);
_generated\199\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\200\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
357
/// <inheritdoc cref="GetClipboardFormatName(uint, winmdroot.Foundation.
PWSTR
, int)"/>
390
internal static extern int GetClipboardFormatName(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount);
588
/// <inheritdoc cref="GetWindowText(winmdroot.Foundation.HWND, winmdroot.Foundation.
PWSTR
, int)"/>
621
internal static extern int GetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount);
_generated\204\Windows.Win32.PROPVARIANT.g.cs (1)
134
internal winmdroot.Foundation.
PWSTR
pwszVal;
_generated\206\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\222\Windows.Win32.STATSTG.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
pwcsName;
_generated\225\Windows.Win32.STGMEDIUM.g.cs (1)
54
internal winmdroot.Foundation.
PWSTR
lpszFileName;
_generated\234\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\237\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\244\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\245\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\246\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\260\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\ITypeInfo.cs (2)
8
/// <inheritdoc cref="GetIDsOfNames(
PWSTR
*, uint, int*)"/>
15
HRESULT result = GetIDsOfNames((
PWSTR
*)&n, 1, &id);