4 instantiations of PCWSTR
Microsoft.Private.Windows.Core (4)
_generated\187\Windows.Win32.PCWSTR.g.cs (1)
39
public static implicit operator PCWSTR(char* value) => new
PCWSTR
(value);
_generated\206\Windows.Win32.PWSTR.g.cs (3)
51
public override string ToString() => new
PCWSTR
(this.Value).ToString();
53
public static implicit operator PCWSTR(PWSTR value) => new
PCWSTR
(value.Value);
57
internal int Length => new
PCWSTR
(this.Value).Length;
129 references to PCWSTR
Microsoft.Private.Windows.Core (129)
_generated\155\Windows.Win32.IRecordInfo.g.cs (20)
180
/// <inheritdoc cref="GetField(void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
206
public unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField)
208
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IRecordInfo*)Unsafe.AsPointer(ref this), pvData, szFieldName, pvarField);
211
/// <inheritdoc cref="GetFieldNoCopy(void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*, void**)"/>
241
public unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray)
243
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRecordInfo*)Unsafe.AsPointer(ref this), pvData, szFieldName, pvarField, ppvDataCArray);
246
/// <inheritdoc cref="PutField(uint, void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
275
public unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField)
277
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IRecordInfo*)Unsafe.AsPointer(ref this), wFlags, pvData, szFieldName, pvarField);
280
/// <inheritdoc cref="PutFieldNoCopy(uint, void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
306
public unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField)
308
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IRecordInfo*)Unsafe.AsPointer(ref this), wFlags, pvData, szFieldName, pvarField);
451
internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetField_11;
453
internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,void** ,winmdroot.Foundation.HRESULT> GetFieldNoCopy_12;
455
internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutField_13;
457
internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutFieldNoCopy_14;
504
unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField);
507
unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray);
510
unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField);
513
unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.
PCWSTR
szFieldName, winmdroot.System.Variant.VARIANT* pvarField);
_generated\159\Windows.Win32.IStorage.g.cs (50)
56
/// <inheritdoc cref="CreateStream(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.IStream**)"/>
84
public unsafe winmdroot.Foundation.HRESULT CreateStream(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm)
86
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, grfMode, reserved1, reserved2, ppstm);
89
/// <inheritdoc cref="OpenStream(winmdroot.Foundation.
PCWSTR
, void*, winmdroot.System.Com.STGM, uint, winmdroot.System.Com.IStream**)"/>
112
public unsafe winmdroot.Foundation.HRESULT OpenStream(winmdroot.Foundation.
PCWSTR
pwcsName, [Optional] void* reserved1, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm)
114
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,void* ,winmdroot.System.Com.STGM ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, reserved1, grfMode, reserved2, ppstm);
117
/// <inheritdoc cref="CreateStorage(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/>
145
public unsafe winmdroot.Foundation.HRESULT CreateStorage(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.IStorage** ppstg)
147
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.StructuredStorage.IStorage** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, grfMode, reserved1, reserved2, ppstg);
150
/// <inheritdoc cref="OpenStorage(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/>
181
public unsafe winmdroot.Foundation.HRESULT OpenStorage(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgPriority, winmdroot.System.Com.STGM grfMode, ushort** snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.IStorage** ppstg)
183
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.System.Com.STGM ,ushort** ,uint ,winmdroot.System.Com.StructuredStorage.IStorage** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, pstgPriority, grfMode, snbExclude, reserved, ppstg);
227
/// <inheritdoc cref="MoveElementTo(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.Foundation.
PCWSTR
, uint)"/>
256
public unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgDest, winmdroot.Foundation.
PCWSTR
pwcsNewName, uint grfFlags)
258
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.
PCWSTR
,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, pstgDest, pwcsNewName, grfFlags);
319
/// <inheritdoc cref="DestroyElement(winmdroot.Foundation.
PCWSTR
)"/>
339
public winmdroot.Foundation.HRESULT DestroyElement(winmdroot.Foundation.
PCWSTR
pwcsName)
341
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStorage*)Unsafe.AsPointer(ref this), pwcsName);
344
/// <inheritdoc cref="RenameElement(winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
)"/>
374
public winmdroot.Foundation.HRESULT RenameElement(winmdroot.Foundation.
PCWSTR
pwcsOldName, winmdroot.Foundation.
PCWSTR
pwcsNewName)
376
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IStorage*)Unsafe.AsPointer(ref this), pwcsOldName, pwcsNewName);
379
/// <inheritdoc cref="SetElementTimes(winmdroot.Foundation.
PCWSTR
, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
411
public unsafe winmdroot.Foundation.HRESULT SetElementTimes(winmdroot.Foundation.
PCWSTR
pwcsName, global::System.Runtime.InteropServices.ComTypes.FILETIME* pctime, global::System.Runtime.InteropServices.ComTypes.FILETIME* patime, global::System.Runtime.InteropServices.ComTypes.FILETIME* pmtime)
413
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IStorage*)Unsafe.AsPointer(ref this), pwcsName, pctime, patime, pmtime);
514
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> CreateStream_4;
516
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,void* ,winmdroot.System.Com.STGM ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> OpenStream_5;
518
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.StructuredStorage.IStorage** ,winmdroot.Foundation.HRESULT> CreateStorage_6;
520
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.System.Com.STGM ,ushort** ,uint ,winmdroot.System.Com.StructuredStorage.IStorage** ,winmdroot.Foundation.HRESULT> OpenStorage_7;
524
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.
PCWSTR
,uint ,winmdroot.Foundation.HRESULT> MoveElementTo_9;
532
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.HRESULT> DestroyElement_13;
534
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.
PCWSTR
,winmdroot.Foundation.HRESULT> RenameElement_14;
536
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.
PCWSTR
,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> SetElementTimes_15;
559
unsafe winmdroot.Foundation.HRESULT CreateStream(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm);
562
unsafe winmdroot.Foundation.HRESULT OpenStream(winmdroot.Foundation.
PCWSTR
pwcsName, [Optional] void* reserved1, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm);
565
unsafe winmdroot.Foundation.HRESULT CreateStorage(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.IStorage** ppstg);
568
unsafe winmdroot.Foundation.HRESULT OpenStorage(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgPriority, winmdroot.System.Com.STGM grfMode, ushort** snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.IStorage** ppstg);
574
unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.
PCWSTR
pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgDest, winmdroot.Foundation.
PCWSTR
pwcsNewName, uint grfFlags);
586
winmdroot.Foundation.HRESULT DestroyElement(winmdroot.Foundation.
PCWSTR
pwcsName);
589
winmdroot.Foundation.HRESULT RenameElement(winmdroot.Foundation.
PCWSTR
pwcsOldName, winmdroot.Foundation.
PCWSTR
pwcsNewName);
592
unsafe winmdroot.Foundation.HRESULT SetElementTimes(winmdroot.Foundation.
PCWSTR
pwcsName, global::System.Runtime.InteropServices.ComTypes.FILETIME* pctime, global::System.Runtime.InteropServices.ComTypes.FILETIME* patime, global::System.Runtime.InteropServices.ComTypes.FILETIME* pmtime);
_generated\187\Windows.Win32.PCWSTR.g.cs (5)
28
: IEquatable<
PCWSTR
>
37
public static explicit operator char*(
PCWSTR
value) => value.Value;
39
public static implicit operator
PCWSTR
(char* value) => new PCWSTR(value);
41
public bool Equals(
PCWSTR
other) => this.Value == other.Value;
43
public override bool Equals(object obj) => obj is
PCWSTR
other && this.Equals(other);
_generated\193\Windows.Win32.PInvokeCore.g.cs (10)
16500
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_APPLICATION = (char*)(32512U);
16503
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_HAND = (char*)(32513U);
16506
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_QUESTION = (char*)(32514U);
16509
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_EXCLAMATION = (char*)(32515U);
16512
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_ASTERISK = (char*)(32516U);
16515
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_WINLOGO = (char*)(32517U);
16521
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_SHIELD = (char*)(32518U);
16527
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_WARNING = (char*)(32515U);
16533
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_ERROR = (char*)(32513U);
16539
internal static readonly unsafe winmdroot.Foundation.
PCWSTR
IDI_INFORMATION = (char*)(32516U);
_generated\194\Windows.Win32.PInvokeCore.GDI32.dll.g.cs (16)
154
/// <inheritdoc cref="CreateDCW(winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
, winmdroot.Graphics.Gdi.DEVMODEW*)"/>
193
internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateDCW([Optional] winmdroot.Foundation.
PCWSTR
pwszDriver, [Optional] winmdroot.Foundation.
PCWSTR
pwszDevice, [Optional] winmdroot.Foundation.
PCWSTR
pszPort, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pdm);
233
/// <inheritdoc cref="CreateEnhMetaFile(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.RECT*, winmdroot.Foundation.
PCWSTR
)"/>
263
internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateEnhMetaFile([Optional] winmdroot.Graphics.Gdi.HDC hdc, [Optional] winmdroot.Foundation.
PCWSTR
lpFilename, [Optional] winmdroot.Foundation.RECT* lprc, [Optional] winmdroot.Foundation.
PCWSTR
lpDesc);
290
/// <inheritdoc cref="CreateICW(winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
, winmdroot.Graphics.Gdi.DEVMODEW*)"/>
324
internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateICW([Optional] winmdroot.Foundation.
PCWSTR
pszDriver, [Optional] winmdroot.Foundation.
PCWSTR
pszDevice, [Optional] winmdroot.Foundation.
PCWSTR
pszPort, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pdm);
_generated\196\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
224
/// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.
PCWSTR
, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/>
242
/// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.
PCWSTR
, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/>
289
internal static extern unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, winmdroot.Foundation.
PCWSTR
lpWideCharStr, int cchWideChar, [Optional] winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, [Optional] winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar);
_generated\200\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
696
/// <inheritdoc cref="LoadIcon(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.
PCWSTR
)"/>
727
internal static extern winmdroot.UI.WindowsAndMessaging.HICON LoadIcon([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.
PCWSTR
lpIconName);
879
/// <inheritdoc cref="RegisterClipboardFormat(winmdroot.Foundation.
PCWSTR
)"/>
905
internal static extern uint RegisterClipboardFormat(winmdroot.Foundation.
PCWSTR
lpszFormat);
_generated\206\Windows.Win32.PWSTR.g.cs (3)
50
/// <inheritdoc cref="
PCWSTR
.ToString()"/>
53
public static implicit operator
PCWSTR
(PWSTR value) => new PCWSTR(value.Value);
56
/// <inheritdoc cref="
PCWSTR
.Length"/>
_generated\248\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (10)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.CreateStream(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.IStream**)"/>
33
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.OpenStream(winmdroot.Foundation.
PCWSTR
, void*, winmdroot.System.Com.STGM, uint, winmdroot.System.Com.IStream**)"/>
44
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.CreateStorage(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/>
54
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.OpenStorage(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/>
81
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.MoveElementTo(winmdroot.Foundation.
PCWSTR
, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.Foundation.
PCWSTR
, uint)"/>
101
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.DestroyElement(winmdroot.Foundation.
PCWSTR
)"/>
111
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.RenameElement(winmdroot.Foundation.
PCWSTR
, winmdroot.Foundation.
PCWSTR
)"/>
124
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.SetElementTimes(winmdroot.Foundation.
PCWSTR
, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
_generated\253\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (4)
53
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetField(void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
66
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetFieldNoCopy(void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*, void**)"/>
82
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutField(uint, void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
95
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutFieldNoCopy(uint, void*, winmdroot.Foundation.
PCWSTR
, winmdroot.System.Variant.VARIANT*)"/>
Windows\Win32\Graphics\Gdi\GetDcScope.cs (3)
51
/// <see cref="PInvokeCore.CreateDCW(
PCWSTR
,
PCWSTR
,
PCWSTR
, DEVMODEW*)" /> is the
Windows\Win32\UI\Controls\Dialogs\PRINTDLGEXW.cs (1)
270
public
PCWSTR
lpPrintTemplateName;