1 instantiation of PWSTR
Microsoft.Private.Windows.Core (1)
Windows.Win32.PWSTR.g.cs (1)
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);
123 references to PWSTR
Microsoft.Private.Windows.Core (123)
Windows.Win32.CALPWSTR.g.cs (1)
27
internal unsafe winmdroot.Foundation.
PWSTR
* pElems;
Windows.Win32.HIGHCONTRASTW.g.cs (1)
44
internal winmdroot.Foundation.
PWSTR
lpszDefaultScheme;
Windows.Win32.IBindCtx.g.cs (12)
161
public unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk)
163
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, punk);
174
public unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk)
176
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey, ppunk);
201
public winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey)
203
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IBindCtx*)Unsafe.AsPointer(ref this), pszKey);
245
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
247
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
251
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.Foundation.
PWSTR
,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
281
unsafe winmdroot.Foundation.HRESULT RegisterObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown* punk);
284
unsafe winmdroot.Foundation.HRESULT GetObjectParam(winmdroot.Foundation.
PWSTR
pszKey, winmdroot.System.Com.IUnknown** ppunk);
290
winmdroot.Foundation.HRESULT RevokeObjectParam(winmdroot.Foundation.
PWSTR
pszKey);
Windows.Win32.IDispatch.g.cs (6)
92
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
93
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
97
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
123
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
125
return ((delegate *unmanaged [Stdcall]<IDispatch*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDispatch*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
203
internal delegate *unmanaged [Stdcall]<IDispatch*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IDispatchEx.g.cs (6)
74
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
75
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
79
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
91
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
93
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDispatchEx*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
225
internal delegate *unmanaged [Stdcall]<IDispatchEx*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.IEnumString.g.cs (7)
55
/// <inheritdoc cref="Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.Foundation.
PWSTR
> rgelt, uint* pceltFetched)
58
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
76
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched)
78
return ((delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumString*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
138
internal delegate *unmanaged [Stdcall]<IEnumString*,uint ,winmdroot.Foundation.
PWSTR
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
156
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.Foundation.
PWSTR
* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.IMoniker.g.cs (13)
356
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
*)"/>
357
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.
PWSTR
ppszDisplayName)
359
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &ppszDisplayName)
379
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName)
381
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);
384
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
385
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)
409
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)
411
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);
498
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.
PWSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
500
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;
565
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
* ppszDisplayName);
568
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
Windows.Win32.IPictureDisp.g.cs (6)
75
/// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.
PWSTR
*, uint, uint, int*)"/>
76
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(in global::System.Guid riid, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, uint lcid, Span<int> rgDispId)
80
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
92
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(global::System.Guid* riid, winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
94
return ((delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPictureDisp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
146
internal delegate *unmanaged [Stdcall]<IPictureDisp*,global::System.Guid* ,winmdroot.Foundation.
PWSTR
* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
Windows.Win32.ITypeComp.g.cs (10)
54
/// <inheritdoc cref="Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
55
internal unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
87
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)
89
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);
102
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
104
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);
134
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;
136
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> BindType_5;
147
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);
150
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.
PWSTR
szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp);
Windows.Win32.ITypeInfo.g.cs (7)
211
/// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
212
internal unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
216
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
238
public unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId)
240
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITypeInfo*)Unsafe.AsPointer(ref this), rgszNames, cNames, pMemId);
559
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.Foundation.
PWSTR
* ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_11;
613
unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(winmdroot.Foundation.
PWSTR
* rgszNames, uint cNames, int* pMemId);
Windows.Win32.ITypeLib.g.cs (12)
191
/// <inheritdoc cref="IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
199
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
218
public unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName)
220
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);
223
/// <inheritdoc cref="FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
231
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
253
public unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound)
255
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);
318
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> IsName_11;
320
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.
PWSTR
,uint ,winmdroot.System.Com.ITypeInfo** ,int* ,ushort* ,winmdroot.Foundation.HRESULT> FindName_12;
354
unsafe winmdroot.Foundation.HRESULT IsName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.Foundation.BOOL* pfName);
357
unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.
PWSTR
szNameBuf, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, int* rgMemId, ushort* pcFound);
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
183
/// <inheritdoc cref="MultiByteToWideChar(uint, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS, winmdroot.Foundation.PCSTR, int, winmdroot.Foundation.
PWSTR
, int)"/>
185
internal static unsafe int MultiByteToWideChar(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, string lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar)
219
internal static extern int MultiByteToWideChar(uint CodePage, winmdroot.Globalization.MULTI_BYTE_TO_WIDE_CHAR_FLAGS dwFlags, winmdroot.Foundation.PCSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.
PWSTR
lpWideCharStr, int cchWideChar);
Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (1)
66
internal static extern uint DragQueryFile(winmdroot.UI.Shell.HDROP hDrop, uint iFile, winmdroot.Foundation.
PWSTR
lpszFile, uint cch);
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
375
internal static extern int GetClipboardFormatName(uint format, winmdroot.Foundation.
PWSTR
lpszFormatName, int cchMaxCount);
592
internal static extern int GetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.
PWSTR
lpString, int nMaxCount);
Windows.Win32.PROPVARIANT.g.cs (1)
134
internal winmdroot.Foundation.
PWSTR
pwszVal;
Windows.Win32.PWSTR.g.cs (10)
25
: IEquatable<
PWSTR
>
35
public static implicit operator char*(
PWSTR
value) => value.Value;
37
public static implicit operator
PWSTR
(char* value) => new PWSTR(value);
39
public static bool operator ==(
PWSTR
left,
PWSTR
right) => left.Value == right.Value;
41
public static bool operator !=(
PWSTR
left,
PWSTR
right) => !(left == right);
43
public bool Equals(
PWSTR
other) => this.Value == other.Value;
45
public override bool Equals(object obj) => obj is
PWSTR
other && this.Equals(other);
53
public static implicit operator PCWSTR(
PWSTR
value) => new PCWSTR(value.Value);
Windows.Win32.STATSTG.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
pwcsName;
Windows.Win32.STGMEDIUM.g.cs (1)
54
internal winmdroot.Foundation.
PWSTR
lpszFileName;
Windows.Win32.System_Com_IEnumString_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumString.Interface.Next(uint, winmdroot.Foundation.
PWSTR
*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumString.Interface @this, Span<winmdroot.Foundation.
PWSTR
> rgelt, uint* pceltFetched)
26
fixed (winmdroot.Foundation.
PWSTR
* rgeltLocal = rgelt)
Windows.Win32.System_Com_IMoniker_Extensions.g.cs (5)
89
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT GetDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.
PWSTR
ppszDisplayName)
92
fixed (winmdroot.Foundation.
PWSTR
* ppszDisplayNameLocal = &ppszDisplayName)
99
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.
PWSTR
, uint*, winmdroot.System.Com.IMoniker**)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.
PWSTR
pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
Windows.Win32.System_Com_ITypeComp_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.ITypeComp.Interface.Bind(winmdroot.Foundation.
PWSTR
, uint, ushort, winmdroot.System.Com.ITypeInfo**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Bind(this winmdroot.System.Com.ITypeComp.Interface @this, winmdroot.Foundation.
PWSTR
szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.ITypeInfo** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
83
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetIDsOfNames(winmdroot.Foundation.
PWSTR
*, uint, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(this winmdroot.System.Com.ITypeInfo.Interface @this, ReadOnlySpan<winmdroot.Foundation.
PWSTR
> rgszNames, Span<int> pMemId)
88
fixed (winmdroot.Foundation.
PWSTR
* rgszNamesLocal = rgszNames)
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (4)
63
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.IsName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.Foundation.BOOL*)"/>
71
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
79
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.FindName(winmdroot.Foundation.
PWSTR
, uint, winmdroot.System.Com.ITypeInfo**, int*, ushort*)"/>
87
winmdroot.Foundation.
PWSTR
wstrszNameBuf = pszNameBuf;
Windows.Win32.TYPEATTR.g.cs (1)
45
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
Windows.Win32.VARDESC.g.cs (1)
33
internal winmdroot.Foundation.
PWSTR
lpstrSchema;
Windows\Win32\System\Com\IDispatch.cs (2)
134
/// <inheritdoc cref="GetIDsOfNames(Guid*,
PWSTR
*, uint, uint, int*)"/>
141
HRESULT result = GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
Windows\Win32\System\Com\ITypeInfo.cs (2)
8
/// <inheritdoc cref="GetIDsOfNames(
PWSTR
*, uint, int*)"/>
15
HRESULT result = GetIDsOfNames((
PWSTR
*)&n, 1, &id);