4 instantiations of PCWSTR
System.Private.Windows.Core (4)
Windows.Win32.PCWSTR.g.cs (1)
38 public static implicit operator PCWSTR(char* value) => new PCWSTR(value);
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;
762 references to PCWSTR
System.Drawing.Common (8)
System\Drawing\SystemIcons.cs (1)
42private static Icon GetIcon(ref Icon? icon, PCWSTR iconId) =>
Windows.Win32.DOCINFOW.g.cs (3)
34 internal winmdroot.Foundation.PCWSTR lpszDocName; 37 internal winmdroot.Foundation.PCWSTR lpszOutput; 40 internal winmdroot.Foundation.PCWSTR lpszDatatype;
Windows.Win32.PInvoke.GDI32.dll.g.cs (1)
58 internal static extern unsafe int AddFontResourceEx(winmdroot.Foundation.PCWSTR name, winmdroot.Graphics.Gdi.FONT_RESOURCE_CHARACTERISTICS fl, [Optional] void* res);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (1)
90 internal static extern unsafe winmdroot.Foundation.HRESULT SHDefExtractIcon(winmdroot.Foundation.PCWSTR pszIconFile, int iIndex, uint uFlags, [Optional] winmdroot.UI.WindowsAndMessaging.HICON* phiconLarge, [Optional] winmdroot.UI.WindowsAndMessaging.HICON* phiconSmall, uint nIconSize);
Windows.Win32.PInvoke.winspool.drv.g.cs (2)
42 internal static extern unsafe int DeviceCapabilities(winmdroot.Foundation.PCWSTR pDevice, winmdroot.Foundation.PCWSTR pPort, winmdroot.Storage.Xps.PRINTER_DEVICE_CAPABILITIES fwCapability, winmdroot.Foundation.PWSTR pOutput, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pDevMode);
System.Drawing.Common.Tests (2)
System\Drawing\ImageTests.cs (1)
673HDC hdc = PInvokeCore.CreateEnhMetaFile(HDC.Null, default, null, default(PCWSTR));
System\Drawing\Imaging\MetafileTests.cs (1)
1025HDC hdc = PInvokeCore.CreateEnhMetaFile(HDC.Null, default, null, default(PCWSTR));
System.Private.Windows.Core (145)
Windows.Win32.IRecordInfo.g.cs (24)
306 /// <inheritdoc cref="GetField(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 322 private static winmdroot.Foundation.HRESULT GetField(IRecordInfo* pThis, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 351 public unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 353 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); 356 /// <inheritdoc cref="GetFieldNoCopy(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, void**)"/> 375 private static winmdroot.Foundation.HRESULT GetFieldNoCopy(IRecordInfo* pThis, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray) 405 public unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray) 407 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); 410 /// <inheritdoc cref="PutField(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 426 private static winmdroot.Foundation.HRESULT PutField(IRecordInfo* pThis, uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 458 public unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 460 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); 463 /// <inheritdoc cref="PutFieldNoCopy(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 479 private static winmdroot.Foundation.HRESULT PutFieldNoCopy(IRecordInfo* pThis, uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 508 public unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 510 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); 742 internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetField_11; 744 internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,void** ,winmdroot.Foundation.HRESULT> GetFieldNoCopy_12; 746 internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutField_13; 748 internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutFieldNoCopy_14; 820 unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField); 823 unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray); 826 unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField); 829 unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField);
Windows.Win32.IStorage.g.cs (60)
55 /// <inheritdoc cref="CreateStream(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.IStream**)"/> 68 private static winmdroot.Foundation.HRESULT CreateStream(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm) 102 public unsafe winmdroot.Foundation.HRESULT CreateStream(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm) 104 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); 107 /// <inheritdoc cref="OpenStream(winmdroot.Foundation.PCWSTR, void*, winmdroot.System.Com.STGM, uint, winmdroot.System.Com.IStream**)"/> 120 private static winmdroot.Foundation.HRESULT OpenStream(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsName, [Optional] void* reserved1, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm) 150 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) 152 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); 155 /// <inheritdoc cref="CreateStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/> 168 private static winmdroot.Foundation.HRESULT CreateStorage(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.IStorage** ppstg) 202 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) 204 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); 207 /// <inheritdoc cref="OpenStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/> 223 private static winmdroot.Foundation.HRESULT OpenStorage(IStorage* pThis, 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) 257 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) 259 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); 320 /// <inheritdoc cref="MoveElementTo(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.Foundation.PCWSTR, uint)"/> 336 private static winmdroot.Foundation.HRESULT MoveElementTo(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags) 368 public unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags) 370 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); 491 /// <inheritdoc cref="DestroyElement(winmdroot.Foundation.PCWSTR)"/> 504 private static winmdroot.Foundation.HRESULT DestroyElement(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsName) 530 public winmdroot.Foundation.HRESULT DestroyElement(winmdroot.Foundation.PCWSTR pwcsName) 532 return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStorage*)Unsafe.AsPointer(ref this), pwcsName); 535 /// <inheritdoc cref="RenameElement(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 551 private static winmdroot.Foundation.HRESULT RenameElement(IStorage* pThis, winmdroot.Foundation.PCWSTR pwcsOldName, winmdroot.Foundation.PCWSTR pwcsNewName) 584 public winmdroot.Foundation.HRESULT RenameElement(winmdroot.Foundation.PCWSTR pwcsOldName, winmdroot.Foundation.PCWSTR pwcsNewName) 586 return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IStorage*)Unsafe.AsPointer(ref this), pwcsOldName, pwcsNewName); 589 /// <inheritdoc cref="SetElementTimes(winmdroot.Foundation.PCWSTR, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/> 611 private static winmdroot.Foundation.HRESULT SetElementTimes(IStorage* pThis, 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) 640 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) 642 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); 799 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> CreateStream_4; 801 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,void* ,winmdroot.System.Com.STGM ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> OpenStream_5; 803 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.StructuredStorage.IStorage** ,winmdroot.Foundation.HRESULT> CreateStorage_6; 805 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; 809 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT> MoveElementTo_9; 817 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> DestroyElement_13; 819 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> RenameElement_14; 821 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; 868 unsafe winmdroot.Foundation.HRESULT CreateStream(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm); 871 unsafe winmdroot.Foundation.HRESULT OpenStream(winmdroot.Foundation.PCWSTR pwcsName, [Optional] void* reserved1, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm); 874 unsafe winmdroot.Foundation.HRESULT CreateStorage(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.IStorage** ppstg); 877 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); 883 unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.IStorage* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags); 895winmdroot.Foundation.HRESULT DestroyElement(winmdroot.Foundation.PCWSTR pwcsName); 898winmdroot.Foundation.HRESULT RenameElement(winmdroot.Foundation.PCWSTR pwcsOldName, winmdroot.Foundation.PCWSTR pwcsNewName); 901 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);
Windows.Win32.PCWSTR.g.cs (5)
27 : IEquatable<PCWSTR> 36 public static explicit operator char*(PCWSTR value) => value.Value; 38 public static implicit operator PCWSTR(char* value) => new PCWSTR(value); 40 public bool Equals(PCWSTR other) => this.Value == other.Value; 42 public override bool Equals(object obj) => obj is PCWSTR other && this.Equals(other);
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);
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (16)
162 /// <inheritdoc cref="CreateDCW(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.DEVMODEW*)"/> 200 internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateDCW(winmdroot.Foundation.PCWSTR pwszDriver, winmdroot.Foundation.PCWSTR pwszDevice, winmdroot.Foundation.PCWSTR pszPort, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pdm); 247 /// <inheritdoc cref="CreateEnhMetaFile(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.RECT*, winmdroot.Foundation.PCWSTR)"/> 276 internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateEnhMetaFile(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpFilename, [Optional] winmdroot.Foundation.RECT* lprc, winmdroot.Foundation.PCWSTR lpDesc); 302 /// <inheritdoc cref="CreateICW(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.DEVMODEW*)"/> 335 internal static extern unsafe winmdroot.Graphics.Gdi.HDC CreateICW(winmdroot.Foundation.PCWSTR pszDriver, winmdroot.Foundation.PCWSTR pszDevice, winmdroot.Foundation.PCWSTR pszPort, [Optional] winmdroot.Graphics.Gdi.DEVMODEW* pdm);
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
293 /// <inheritdoc cref="WideCharToMultiByte(uint, uint, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.PSTR, int, winmdroot.Foundation.PCSTR, winmdroot.Foundation.BOOL*)"/> 339 internal static unsafe int WideCharToMultiByte(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar) 347 static extern unsafe int LocalExternFunction(uint CodePage, uint dwFlags, winmdroot.Foundation.PCWSTR lpWideCharStr, int cchWideChar, winmdroot.Foundation.PSTR lpMultiByteStr, int cbMultiByte, winmdroot.Foundation.PCSTR lpDefaultChar, [Optional] winmdroot.Foundation.BOOL* lpUsedDefaultChar);
Windows.Win32.PInvokeCore.USER32.dll.g.cs (6)
743 /// <inheritdoc cref="LoadIcon(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/> 772 internal static winmdroot.UI.WindowsAndMessaging.HICON LoadIcon(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpIconName) 780 static extern winmdroot.UI.WindowsAndMessaging.HICON LocalExternFunction(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpIconName); 939 /// <inheritdoc cref="RegisterClipboardFormat(winmdroot.Foundation.PCWSTR)"/> 963 internal static uint RegisterClipboardFormat(winmdroot.Foundation.PCWSTR lpszFormat) 971 static extern uint LocalExternFunction(winmdroot.Foundation.PCWSTR lpszFormat);
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"/>
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**)"/> 43 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.CreateStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.IStorage**)"/> 53 /// <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**)"/> 76 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.MoveElementTo(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.Foundation.PCWSTR, uint)"/> 96 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.DestroyElement(winmdroot.Foundation.PCWSTR)"/> 106 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.RenameElement(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 119 /// <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*)"/>
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (4)
43 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetField(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 56 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetFieldNoCopy(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, void**)"/> 72 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutField(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 85 /// <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)
270public PCWSTR lpPrintTemplateName;
System.Private.Windows.GdiPlus (43)
Windows.Win32.ImageCodecInfo.g.cs (5)
29 internal winmdroot.Foundation.PCWSTR CodecName; 31 internal winmdroot.Foundation.PCWSTR DllName; 33 internal winmdroot.Foundation.PCWSTR FormatDescription; 35 internal winmdroot.Foundation.PCWSTR FilenameExtension; 37 internal winmdroot.Foundation.PCWSTR MimeType;
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (38)
345 /// <inheritdoc cref="GdipAddPathString(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.GdiPlus.GpFontFamily*, int, float, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.GpStringFormat*)"/> 368 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipAddPathString(winmdroot.Graphics.GdiPlus.GpPath* path, winmdroot.Foundation.PCWSTR @string, int length, winmdroot.Graphics.GdiPlus.GpFontFamily* family, int style, float emSize, winmdroot.Graphics.GdiPlus.RectF* layoutRect, winmdroot.Graphics.GdiPlus.GpStringFormat* format); 847 /// <inheritdoc cref="GdipCreateBitmapFromFile(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpBitmap**)"/> 861 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateBitmapFromFile(winmdroot.Foundation.PCWSTR filename, winmdroot.Graphics.GdiPlus.GpBitmap** bitmap); 863 /// <inheritdoc cref="GdipCreateBitmapFromFileICM(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpBitmap**)"/> 877 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateBitmapFromFileICM(winmdroot.Foundation.PCWSTR filename, winmdroot.Graphics.GdiPlus.GpBitmap** bitmap); 921 /// <inheritdoc cref="GdipCreateBitmapFromResource(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpBitmap**)"/> 935 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateBitmapFromResource(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpBitmapName, winmdroot.Graphics.GdiPlus.GpBitmap** bitmap); 1044 /// <inheritdoc cref="GdipCreateFontFamilyFromName(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpFontCollection*, winmdroot.Graphics.GdiPlus.GpFontFamily**)"/> 1061 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateFontFamilyFromName(winmdroot.Foundation.PCWSTR name, winmdroot.Graphics.GdiPlus.GpFontCollection* fontCollection, winmdroot.Graphics.GdiPlus.GpFontFamily** fontFamily); 1320 /// <inheritdoc cref="GdipCreateMetafileFromFile(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 1334 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateMetafileFromFile(winmdroot.Foundation.PCWSTR file, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 2518 /// <inheritdoc cref="GdipDrawString(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.GdiPlus.GpFont*, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.GpStringFormat*, winmdroot.Graphics.GdiPlus.GpBrush*)"/> 2544 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipDrawString(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.PCWSTR @string, int length, winmdroot.Graphics.GdiPlus.GpFont* font, winmdroot.Graphics.GdiPlus.RectF* layoutRect, winmdroot.Graphics.GdiPlus.GpStringFormat* stringFormat, winmdroot.Graphics.GdiPlus.GpBrush* brush); 4163 /// <inheritdoc cref="GdipGetMetafileHeaderFromFile(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.MetafileHeader*)"/> 4177 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetMetafileHeaderFromFile(winmdroot.Foundation.PCWSTR filename, winmdroot.Graphics.GdiPlus.MetafileHeader* header); 5820 /// <inheritdoc cref="GdipLoadImageFromFile(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpImage**)"/> 5834 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipLoadImageFromFile(winmdroot.Foundation.PCWSTR filename, winmdroot.Graphics.GdiPlus.GpImage** image); 5836 /// <inheritdoc cref="GdipLoadImageFromFileICM(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpImage**)"/> 5850 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipLoadImageFromFileICM(winmdroot.Foundation.PCWSTR filename, winmdroot.Graphics.GdiPlus.GpImage** image); 5878 /// <inheritdoc cref="GdipMeasureCharacterRanges(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.GdiPlus.GpFont*, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.GpStringFormat*, int, winmdroot.Graphics.GdiPlus.GpRegion**)"/> 5904 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipMeasureCharacterRanges(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.PCWSTR @string, int length, winmdroot.Graphics.GdiPlus.GpFont* font, winmdroot.Graphics.GdiPlus.RectF* layoutRect, winmdroot.Graphics.GdiPlus.GpStringFormat* stringFormat, int regionCount, winmdroot.Graphics.GdiPlus.GpRegion** regions); 5906 /// <inheritdoc cref="GdipMeasureString(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.GdiPlus.GpFont*, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.GpStringFormat*, winmdroot.Graphics.GdiPlus.RectF*, int*, int*)"/> 5938 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipMeasureString(winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Foundation.PCWSTR @string, int length, winmdroot.Graphics.GdiPlus.GpFont* font, winmdroot.Graphics.GdiPlus.RectF* layoutRect, winmdroot.Graphics.GdiPlus.GpStringFormat* stringFormat, winmdroot.Graphics.GdiPlus.RectF* boundingBox, int* codepointsFitted, int* linesFilled); 6313 /// <inheritdoc cref="GdipPrivateAddFontFile(winmdroot.Graphics.GdiPlus.GpFontCollection*, winmdroot.Foundation.PCWSTR)"/> 6327 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipPrivateAddFontFile(winmdroot.Graphics.GdiPlus.GpFontCollection* fontCollection, winmdroot.Foundation.PCWSTR filename); 6342 /// <inheritdoc cref="GdipRecordMetafile(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.GdiPlus.EmfType, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.MetafileFrameUnit, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 6359 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipRecordMetafile(winmdroot.Graphics.Gdi.HDC referenceHdc, winmdroot.Graphics.GdiPlus.EmfType type, winmdroot.Graphics.GdiPlus.RectF* frameRect, winmdroot.Graphics.GdiPlus.MetafileFrameUnit frameUnit, winmdroot.Foundation.PCWSTR description, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 6361 /// <inheritdoc cref="GdipRecordMetafileFileName(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.GdiPlus.EmfType, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.MetafileFrameUnit, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 6381 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipRecordMetafileFileName(winmdroot.Foundation.PCWSTR fileName, winmdroot.Graphics.Gdi.HDC referenceHdc, winmdroot.Graphics.GdiPlus.EmfType type, winmdroot.Graphics.GdiPlus.RectF* frameRect, winmdroot.Graphics.GdiPlus.MetafileFrameUnit frameUnit, winmdroot.Foundation.PCWSTR description, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 6383 /// <inheritdoc cref="GdipRecordMetafileStream(winmdroot.System.Com.IStream*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.GdiPlus.EmfType, winmdroot.Graphics.GdiPlus.RectF*, winmdroot.Graphics.GdiPlus.MetafileFrameUnit, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.GdiPlus.GpMetafile**)"/> 6400 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipRecordMetafileStream(winmdroot.System.Com.IStream* stream, winmdroot.Graphics.Gdi.HDC referenceHdc, winmdroot.Graphics.GdiPlus.EmfType type, winmdroot.Graphics.GdiPlus.RectF* frameRect, winmdroot.Graphics.GdiPlus.MetafileFrameUnit frameUnit, winmdroot.Foundation.PCWSTR description, winmdroot.Graphics.GdiPlus.GpMetafile** metafile); 6668 /// <inheritdoc cref="GdipSaveImageToFile(winmdroot.Graphics.GdiPlus.GpImage*, winmdroot.Foundation.PCWSTR, global::System.Guid*, winmdroot.Graphics.GdiPlus.EncoderParameters*)"/> 6685 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSaveImageToFile(winmdroot.Graphics.GdiPlus.GpImage* image, winmdroot.Foundation.PCWSTR filename, global::System.Guid* clsidEncoder, winmdroot.Graphics.GdiPlus.EncoderParameters* encoderParams); 7082 /// <inheritdoc cref="GdipSetImageAttributesOutputChannelColorProfile(winmdroot.Graphics.GdiPlus.GpImageAttributes*, winmdroot.Graphics.GdiPlus.ColorAdjustType, winmdroot.Foundation.BOOL, winmdroot.Foundation.PCWSTR)"/> 7096 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipSetImageAttributesOutputChannelColorProfile(winmdroot.Graphics.GdiPlus.GpImageAttributes* imageattr, winmdroot.Graphics.GdiPlus.ColorAdjustType type, winmdroot.Foundation.BOOL enableFlag, winmdroot.Foundation.PCWSTR colorProfileFilename);
System.Windows.Forms (36)
GlobalUsings.cs (1)
29global using PCWSTR = Windows.Win32.Foundation.PCWSTR;
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1141HRESULT ILegacyIAccessibleProvider.Interface.SetValue(PCWSTR szValue) 1367HRESULT IValueProvider.Interface.SetValue(PCWSTR val)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
51PInvoke.GetModuleHandle((PCWSTR)null), 60PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (3)
638HRESULT IOleInPlaceFrame.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName) 705HRESULT IOleInPlaceFrame.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL; 726HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3032(PCWSTR)null,
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
64HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) 90HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
899inPlaceFrame.Value->SetActiveObject(activeObject, (PCWSTR)null); 903inPlaceUiWindow.Value->SetActiveObject(activeObject, (PCWSTR)null); 1943window.Value->SetActiveObject(null, (PCWSTR)null); 1952frame.Value->SetActiveObject(null, (PCWSTR)null);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (2)
49HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) 68HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (4)
162/// <inheritdoc cref="IOleObject.SetHostNames(PCWSTR, PCWSTR)"/> 163HRESULT IOleObject.Interface.SetHostNames(PCWSTR szContainerApp, PCWSTR szContainerObj) =>
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
70(PCWSTR)c, 105(PCWSTR)c,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (3)
88HRESULT IOleInPlaceFrame.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName) 147HRESULT IOleInPlaceFrame.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL; 429HRESULT IOleInPlaceUIWindow.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
108protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
288protected virtual nint Instance => PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
393hInstance = PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\Input\Cursor.cs (1)
33internal unsafe Cursor(PCWSTR nResourceId, string cursorsProperty)
System\Windows\Forms\NativeWindow.cs (1)
426HINSTANCE modHandle = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
159windowClass.hInstance = PInvoke.GetModuleHandle((PCWSTR)null);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
227PInvoke.GetModuleHandle((PCWSTR)null), 245PInvoke.GetModuleHandle((PCWSTR)null),
System\Windows\Forms\StringSource.cs (2)
50(PCWSTR)null, 51(PCWSTR)null);
System.Windows.Forms.Primitives (513)
Windows.Win32.ACTCTXW.g.cs (4)
43 internal winmdroot.Foundation.PCWSTR lpSource; 57 internal winmdroot.Foundation.PCWSTR lpAssemblyDirectory; 60 internal winmdroot.Foundation.PCWSTR lpResourceName; 63 internal winmdroot.Foundation.PCWSTR lpApplicationName;
Windows.Win32.BROWSEINFOW.g.cs (1)
52 internal winmdroot.Foundation.PCWSTR lpszTitle;
Windows.Win32.COMDLG_FILTERSPEC.g.cs (2)
33 internal winmdroot.Foundation.PCWSTR pszName; 39 internal winmdroot.Foundation.PCWSTR pszSpec;
Windows.Win32.IAutoComplete.g.cs (12)
55 /// <inheritdoc cref="Init(winmdroot.Foundation.HWND, winmdroot.System.Com.IUnknown*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 70 private static winmdroot.Foundation.HRESULT Init(IAutoComplete* pThis, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete) 110 public unsafe void Init(winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete) 112 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAutoComplete*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure(); 176 internal delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> Init_4; 206 unsafe winmdroot.Foundation.HRESULT Init(winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete);
Windows.Win32.IAutoComplete2.g.cs (12)
55 /// <inheritdoc cref="Init(winmdroot.Foundation.HWND, winmdroot.System.Com.IUnknown*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 70 private static winmdroot.Foundation.HRESULT Init(IAutoComplete2* pThis, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete) 87 public unsafe void Init(winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete) 89 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAutoComplete2*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure(); 223 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> Init_4; 259 unsafe new winmdroot.Foundation.HRESULT Init(winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete);
Windows.Win32.IBindStatusCallback.g.cs (12)
138 /// <inheritdoc cref="OnProgress(uint, uint, uint, winmdroot.Foundation.PCWSTR)"/> 150 private static winmdroot.Foundation.HRESULT OnProgress(IBindStatusCallback* pThis, uint ulProgress, uint ulProgressMax, uint ulStatusCode, winmdroot.Foundation.PCWSTR szStatusText) 167 public void OnProgress(uint ulProgress, uint ulProgressMax, uint ulStatusCode, winmdroot.Foundation.PCWSTR szStatusText) 169 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBindStatusCallback*)Unsafe.AsPointer(ref this), ulProgress, ulProgressMax, ulStatusCode, szStatusText).ThrowOnFailure(); 172 /// <inheritdoc cref="OnStopBinding(winmdroot.Foundation.HRESULT, winmdroot.Foundation.PCWSTR)"/> 184 private static winmdroot.Foundation.HRESULT OnStopBinding(IBindStatusCallback* pThis, winmdroot.Foundation.HRESULT hresult, winmdroot.Foundation.PCWSTR szError) 201 public void OnStopBinding(winmdroot.Foundation.HRESULT hresult, winmdroot.Foundation.PCWSTR szError) 203 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBindStatusCallback*)Unsafe.AsPointer(ref this), hresult, szError).ThrowOnFailure(); 347 internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> OnProgress_7; 349 internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> OnStopBinding_8; 397winmdroot.Foundation.HRESULT OnProgress(uint ulProgress, uint ulProgressMax, uint ulStatusCode, winmdroot.Foundation.PCWSTR szStatusText); 400winmdroot.Foundation.HRESULT OnStopBinding(winmdroot.Foundation.HRESULT hresult, winmdroot.Foundation.PCWSTR szError);
Windows.Win32.IErrorLog.g.cs (6)
54 /// <inheritdoc cref="AddError(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.EXCEPINFO*)"/> 69 private static winmdroot.Foundation.HRESULT AddError(IErrorLog* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Com.EXCEPINFO* pExcepInfo) 91 public unsafe void AddError(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Com.EXCEPINFO* pExcepInfo) 93 ((delegate *unmanaged [Stdcall]<IErrorLog*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IErrorLog*)Unsafe.AsPointer(ref this), pszPropName, pExcepInfo).ThrowOnFailure(); 123 internal delegate *unmanaged [Stdcall]<IErrorLog*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT> AddError_4; 149 unsafe winmdroot.Foundation.HRESULT AddError(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Com.EXCEPINFO* pExcepInfo);
Windows.Win32.IFileDialog.g.cs (30)
513 /// <inheritdoc cref="SetFileName(winmdroot.Foundation.PCWSTR)"/> 525 private static winmdroot.Foundation.HRESULT SetFileName(IFileDialog* pThis, winmdroot.Foundation.PCWSTR pszName) 553 public void SetFileName(winmdroot.Foundation.PCWSTR pszName) 555 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 604 /// <inheritdoc cref="SetTitle(winmdroot.Foundation.PCWSTR)"/> 616 private static winmdroot.Foundation.HRESULT SetTitle(IFileDialog* pThis, winmdroot.Foundation.PCWSTR pszTitle) 644 public void SetTitle(winmdroot.Foundation.PCWSTR pszTitle) 646 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 649 /// <inheritdoc cref="SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 661 private static winmdroot.Foundation.HRESULT SetOkButtonLabel(IFileDialog* pThis, winmdroot.Foundation.PCWSTR pszText) 689 public void SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText) 691 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 694 /// <inheritdoc cref="SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 706 private static winmdroot.Foundation.HRESULT SetFileNameLabel(IFileDialog* pThis, winmdroot.Foundation.PCWSTR pszLabel) 734 public void SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel) 736 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 815 /// <inheritdoc cref="SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/> 827 private static winmdroot.Foundation.HRESULT SetDefaultExtension(IFileDialog* pThis, winmdroot.Foundation.PCWSTR pszDefaultExtension) 853 public void SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension) 855 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 1060 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileName_16; 1064 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetTitle_18; 1066 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetOkButtonLabel_19; 1068 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileNameLabel_20; 1074 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetDefaultExtension_23; 1168winmdroot.Foundation.HRESULT SetFileName(winmdroot.Foundation.PCWSTR pszName); 1174winmdroot.Foundation.HRESULT SetTitle(winmdroot.Foundation.PCWSTR pszTitle); 1177winmdroot.Foundation.HRESULT SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText); 1180winmdroot.Foundation.HRESULT SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel); 1189winmdroot.Foundation.HRESULT SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension);
Windows.Win32.IFileDialogCustomize.g.cs (60)
92 /// <inheritdoc cref="AddMenu(uint, winmdroot.Foundation.PCWSTR)"/> 104 private static winmdroot.Foundation.HRESULT AddMenu(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 137 public void AddMenu(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 139 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 142 /// <inheritdoc cref="AddPushButton(uint, winmdroot.Foundation.PCWSTR)"/> 154 private static winmdroot.Foundation.HRESULT AddPushButton(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 184 public void AddPushButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 186 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 257 /// <inheritdoc cref="AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 269 private static winmdroot.Foundation.HRESULT AddCheckButton(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 303 public void AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked) 305 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel, bChecked).ThrowOnFailure(); 308 /// <inheritdoc cref="AddEditBox(uint, winmdroot.Foundation.PCWSTR)"/> 320 private static winmdroot.Foundation.HRESULT AddEditBox(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 353 public void AddEditBox(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 355 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 392 /// <inheritdoc cref="AddText(uint, winmdroot.Foundation.PCWSTR)"/> 404 private static winmdroot.Foundation.HRESULT AddText(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 434 public void AddText(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 436 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 439 /// <inheritdoc cref="SetControlLabel(uint, winmdroot.Foundation.PCWSTR)"/> 451 private static winmdroot.Foundation.HRESULT SetControlLabel(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 481 public void SetControlLabel(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 483 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 620 /// <inheritdoc cref="SetEditBoxText(uint, winmdroot.Foundation.PCWSTR)"/> 632 private static winmdroot.Foundation.HRESULT SetEditBoxText(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 664 public void SetEditBoxText(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText) 666 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 758 /// <inheritdoc cref="AddControlItem(uint, uint, winmdroot.Foundation.PCWSTR)"/> 770 private static winmdroot.Foundation.HRESULT AddControlItem(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel) 807 public void AddControlItem(uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel) 809 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure(); 1075 /// <inheritdoc cref="StartVisualGroup(uint, winmdroot.Foundation.PCWSTR)"/> 1087 private static winmdroot.Foundation.HRESULT StartVisualGroup(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 1121 public void StartVisualGroup(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel) 1123 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 1195 /// <inheritdoc cref="SetControlItemText(uint, uint, winmdroot.Foundation.PCWSTR)"/> 1207 private static winmdroot.Foundation.HRESULT SetControlItemText(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel) 1244 public void SetControlItemText(uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel) 1246 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure(); 1278 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddMenu_5; 1280 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddPushButton_6; 1286 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> AddCheckButton_9; 1288 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddEditBox_10; 1292 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddText_12; 1294 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlLabel_13; 1302 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetEditBoxText_17; 1308 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddControlItem_20; 1322 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> StartVisualGroup_27; 1328 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlItemText_30; 1384winmdroot.Foundation.HRESULT AddMenu(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel); 1387winmdroot.Foundation.HRESULT AddPushButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel); 1396winmdroot.Foundation.HRESULT AddCheckButton(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked); 1399winmdroot.Foundation.HRESULT AddEditBox(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText); 1405winmdroot.Foundation.HRESULT AddText(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText); 1408winmdroot.Foundation.HRESULT SetControlLabel(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel); 1420winmdroot.Foundation.HRESULT SetEditBoxText(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText); 1429winmdroot.Foundation.HRESULT AddControlItem(uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel); 1450winmdroot.Foundation.HRESULT StartVisualGroup(uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel); 1459winmdroot.Foundation.HRESULT SetControlItemText(uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel);
Windows.Win32.IFileOpenDialog.g.cs (30)
391 /// <inheritdoc cref="SetFileName(winmdroot.Foundation.PCWSTR)"/> 403 private static winmdroot.Foundation.HRESULT SetFileName(IFileOpenDialog* pThis, winmdroot.Foundation.PCWSTR pszName) 420 public void SetFileName(winmdroot.Foundation.PCWSTR pszName) 422 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 459 /// <inheritdoc cref="SetTitle(winmdroot.Foundation.PCWSTR)"/> 471 private static winmdroot.Foundation.HRESULT SetTitle(IFileOpenDialog* pThis, winmdroot.Foundation.PCWSTR pszTitle) 488 public void SetTitle(winmdroot.Foundation.PCWSTR pszTitle) 490 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 493 /// <inheritdoc cref="SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 505 private static winmdroot.Foundation.HRESULT SetOkButtonLabel(IFileOpenDialog* pThis, winmdroot.Foundation.PCWSTR pszText) 522 public void SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText) 524 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 527 /// <inheritdoc cref="SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 539 private static winmdroot.Foundation.HRESULT SetFileNameLabel(IFileOpenDialog* pThis, winmdroot.Foundation.PCWSTR pszLabel) 556 public void SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel) 558 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 611 /// <inheritdoc cref="SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/> 623 private static winmdroot.Foundation.HRESULT SetDefaultExtension(IFileOpenDialog* pThis, winmdroot.Foundation.PCWSTR pszDefaultExtension) 640 public void SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension) 642 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 877 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileName_16; 881 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetTitle_18; 883 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetOkButtonLabel_19; 885 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileNameLabel_20; 891 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetDefaultExtension_23; 991 new winmdroot.Foundation.HRESULT SetFileName(winmdroot.Foundation.PCWSTR pszName); 997 new winmdroot.Foundation.HRESULT SetTitle(winmdroot.Foundation.PCWSTR pszTitle); 1000 new winmdroot.Foundation.HRESULT SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText); 1003 new winmdroot.Foundation.HRESULT SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel); 1012 new winmdroot.Foundation.HRESULT SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension);
Windows.Win32.IFileOperationProgressSink.g.cs (54)
121 /// <inheritdoc cref="PreRenameItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 133 private static winmdroot.Foundation.HRESULT PreRenameItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName) 169 public unsafe void PreRenameItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName) 171 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, pszNewName).ThrowOnFailure(); 174 /// <inheritdoc cref="PostRenameItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 186 private static winmdroot.Foundation.HRESULT PostRenameItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrRename, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 230 public unsafe void PostRenameItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrRename, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 232 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, pszNewName, hrRename, psiNewlyCreated).ThrowOnFailure(); 235 /// <inheritdoc cref="PreMoveItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 247 private static winmdroot.Foundation.HRESULT PreMoveItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 287 public unsafe void PreMoveItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 289 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName).ThrowOnFailure(); 292 /// <inheritdoc cref="PostMoveItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 304 private static winmdroot.Foundation.HRESULT PostMoveItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrMove, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 352 public unsafe void PostMoveItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrMove, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 354 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName, hrMove, psiNewlyCreated).ThrowOnFailure(); 357 /// <inheritdoc cref="PreCopyItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 369 private static winmdroot.Foundation.HRESULT PreCopyItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 409 public unsafe void PreCopyItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 411 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName).ThrowOnFailure(); 414 /// <inheritdoc cref="PostCopyItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 426 private static winmdroot.Foundation.HRESULT PostCopyItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrCopy, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 474 public unsafe void PostCopyItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrCopy, winmdroot.UI.Shell.IShellItem* psiNewlyCreated) 476 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName, hrCopy, psiNewlyCreated).ThrowOnFailure(); 567 /// <inheritdoc cref="PreNewItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 579 private static winmdroot.Foundation.HRESULT PreNewItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 615 public unsafe void PreNewItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName) 617 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiDestinationFolder, pszNewName).ThrowOnFailure(); 620 /// <inheritdoc cref="PostNewItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 635 private static winmdroot.Foundation.HRESULT PostNewItem(IFileOperationProgressSink* pThis, uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.PCWSTR pszTemplateName, uint dwFileAttributes, winmdroot.Foundation.HRESULT hrNew, winmdroot.UI.Shell.IShellItem* psiNewItem) 689 public unsafe void PostNewItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.PCWSTR pszTemplateName, uint dwFileAttributes, winmdroot.Foundation.HRESULT hrNew, winmdroot.UI.Shell.IShellItem* psiNewItem) 691 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiDestinationFolder, pszNewName, pszTemplateName, dwFileAttributes, hrNew, psiNewItem).ThrowOnFailure(); 853 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> PreRenameItem_6; 855 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT> PostRenameItem_7; 857 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> PreMoveItem_8; 859 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT> PostMoveItem_9; 861 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> PreCopyItem_10; 863 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT> PostCopyItem_11; 869 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> PreNewItem_14; 871 internal delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT> PostNewItem_15; 927 unsafe winmdroot.Foundation.HRESULT PreRenameItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName); 930 unsafe winmdroot.Foundation.HRESULT PostRenameItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrRename, winmdroot.UI.Shell.IShellItem* psiNewlyCreated); 933 unsafe winmdroot.Foundation.HRESULT PreMoveItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName); 936 unsafe winmdroot.Foundation.HRESULT PostMoveItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrMove, winmdroot.UI.Shell.IShellItem* psiNewlyCreated); 939 unsafe winmdroot.Foundation.HRESULT PreCopyItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName); 942 unsafe winmdroot.Foundation.HRESULT PostCopyItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiItem, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.HRESULT hrCopy, winmdroot.UI.Shell.IShellItem* psiNewlyCreated); 951 unsafe winmdroot.Foundation.HRESULT PreNewItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName); 954 unsafe winmdroot.Foundation.HRESULT PostNewItem(uint dwFlags, winmdroot.UI.Shell.IShellItem* psiDestinationFolder, winmdroot.Foundation.PCWSTR pszNewName, winmdroot.Foundation.PCWSTR pszTemplateName, uint dwFileAttributes, winmdroot.Foundation.HRESULT hrNew, winmdroot.UI.Shell.IShellItem* psiNewItem);
Windows.Win32.IFileSaveDialog.g.cs (30)
391 /// <inheritdoc cref="SetFileName(winmdroot.Foundation.PCWSTR)"/> 403 private static winmdroot.Foundation.HRESULT SetFileName(IFileSaveDialog* pThis, winmdroot.Foundation.PCWSTR pszName) 420 public void SetFileName(winmdroot.Foundation.PCWSTR pszName) 422 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 459 /// <inheritdoc cref="SetTitle(winmdroot.Foundation.PCWSTR)"/> 471 private static winmdroot.Foundation.HRESULT SetTitle(IFileSaveDialog* pThis, winmdroot.Foundation.PCWSTR pszTitle) 488 public void SetTitle(winmdroot.Foundation.PCWSTR pszTitle) 490 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 493 /// <inheritdoc cref="SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 505 private static winmdroot.Foundation.HRESULT SetOkButtonLabel(IFileSaveDialog* pThis, winmdroot.Foundation.PCWSTR pszText) 522 public void SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText) 524 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 527 /// <inheritdoc cref="SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 539 private static winmdroot.Foundation.HRESULT SetFileNameLabel(IFileSaveDialog* pThis, winmdroot.Foundation.PCWSTR pszLabel) 556 public void SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel) 558 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 611 /// <inheritdoc cref="SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/> 623 private static winmdroot.Foundation.HRESULT SetDefaultExtension(IFileSaveDialog* pThis, winmdroot.Foundation.PCWSTR pszDefaultExtension) 640 public void SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension) 642 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 1003 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileName_16; 1007 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetTitle_18; 1009 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetOkButtonLabel_19; 1011 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetFileNameLabel_20; 1017 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetDefaultExtension_23; 1126 new winmdroot.Foundation.HRESULT SetFileName(winmdroot.Foundation.PCWSTR pszName); 1132 new winmdroot.Foundation.HRESULT SetTitle(winmdroot.Foundation.PCWSTR pszTitle); 1135 new winmdroot.Foundation.HRESULT SetOkButtonLabel(winmdroot.Foundation.PCWSTR pszText); 1138 new winmdroot.Foundation.HRESULT SetFileNameLabel(winmdroot.Foundation.PCWSTR pszLabel); 1147 new winmdroot.Foundation.HRESULT SetDefaultExtension(winmdroot.Foundation.PCWSTR pszDefaultExtension);
Windows.Win32.ILegacyIAccessibleProvider.g.cs (6)
123 /// <inheritdoc cref="SetValue(winmdroot.Foundation.PCWSTR)"/> 135 private static winmdroot.Foundation.HRESULT SetValue(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.PCWSTR szValue) 163 public void SetValue(winmdroot.Foundation.PCWSTR szValue) 165 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), szValue).ThrowOnFailure(); 558 internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetValue_6; 626winmdroot.Foundation.HRESULT SetValue(winmdroot.Foundation.PCWSTR szValue);
Windows.Win32.IOleInPlaceFrame.g.cs (12)
220 /// <inheritdoc cref="SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/> 233 private static winmdroot.Foundation.HRESULT SetActiveObject(IOleInPlaceFrame* pThis, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName) 250 public unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName) 252 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName); 373 /// <inheritdoc cref="SetStatusText(winmdroot.Foundation.PCWSTR)"/> 386 private static winmdroot.Foundation.HRESULT SetStatusText(IOleInPlaceFrame* pThis, winmdroot.Foundation.PCWSTR pszStatusText) 413 public winmdroot.Foundation.HRESULT SetStatusText(winmdroot.Foundation.PCWSTR pszStatusText) 415 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), pszStatusText); 534 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9; 542 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetStatusText_13; 599 unsafe new winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName); 611winmdroot.Foundation.HRESULT SetStatusText(winmdroot.Foundation.PCWSTR pszStatusText);
Windows.Win32.IOleInPlaceUIWindow.g.cs (6)
253 /// <inheritdoc cref="SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/> 266 private static winmdroot.Foundation.HRESULT SetActiveObject(IOleInPlaceUIWindow* pThis, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName) 294 public unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName) 296 return ((delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceUIWindow*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName); 336 internal delegate *unmanaged [Stdcall]<IOleInPlaceUIWindow*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9; 383 unsafe winmdroot.Foundation.HRESULT SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName);
Windows.Win32.IOleObject.g.cs (12)
122 /// <inheritdoc cref="SetHostNames(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 137 private static winmdroot.Foundation.HRESULT SetHostNames(IOleObject* pThis, winmdroot.Foundation.PCWSTR szContainerApp, winmdroot.Foundation.PCWSTR szContainerObj) 164 public void SetHostNames(winmdroot.Foundation.PCWSTR szContainerApp, winmdroot.Foundation.PCWSTR szContainerObj) 166 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleObject*)Unsafe.AsPointer(ref this), szContainerApp, szContainerObj).ThrowOnFailure(); 911 internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetHostNames_6; 1000winmdroot.Foundation.HRESULT SetHostNames(winmdroot.Foundation.PCWSTR szContainerApp, winmdroot.Foundation.PCWSTR szContainerObj);
Windows.Win32.IPropertyBag.g.cs (12)
54 /// <inheritdoc cref="Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IErrorLog*)"/> 70 private static winmdroot.Foundation.HRESULT Read(IPropertyBag* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 96 public unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 98 return ((delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyBag*)Unsafe.AsPointer(ref this), pszPropName, pVar, pErrorLog); 101 /// <inheritdoc cref="Write(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 116 private static winmdroot.Foundation.HRESULT Write(IPropertyBag* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar) 141 public unsafe void Write(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar) 143 ((delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyBag*)Unsafe.AsPointer(ref this), pszPropName, pVar).ThrowOnFailure(); 173 internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT> Read_4; 175 internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Write_5; 202 unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog); 205 unsafe winmdroot.Foundation.HRESULT Write(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar);
Windows.Win32.IShellFolder.g.cs (6)
605 /// <inheritdoc cref="SetNameOf(winmdroot.Foundation.HWND, winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.PCWSTR, winmdroot.UI.Shell.SHGDNF, winmdroot.UI.Shell.Common.ITEMIDLIST**)"/> 620 private static winmdroot.Foundation.HRESULT SetNameOf(IShellFolder* pThis, winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.PCWSTR pszName, winmdroot.UI.Shell.SHGDNF uFlags, [Optional] winmdroot.UI.Shell.Common.ITEMIDLIST** ppidlOut) 667 public unsafe void SetNameOf(winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.PCWSTR pszName, winmdroot.UI.Shell.SHGDNF uFlags, [Optional] winmdroot.UI.Shell.Common.ITEMIDLIST** ppidlOut) 669 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.Foundation.PCWSTR ,winmdroot.UI.Shell.SHGDNF ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, pidl, pszName, uFlags, ppidlOut).ThrowOnFailure(); 717 internal delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.Foundation.PCWSTR ,winmdroot.UI.Shell.SHGDNF ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,winmdroot.Foundation.HRESULT> SetNameOf_13; 780 unsafe winmdroot.Foundation.HRESULT SetNameOf(winmdroot.Foundation.HWND hwnd, winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.PCWSTR pszName, winmdroot.UI.Shell.SHGDNF uFlags, [Optional] winmdroot.UI.Shell.Common.ITEMIDLIST** ppidlOut);
Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (12)
266 /// <inheritdoc cref="put_ClassName(winmdroot.Foundation.PCWSTR)"/> 278 private static winmdroot.Foundation.HRESULT put_ClassName(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.PCWSTR className) 299 public void put_ClassName(winmdroot.Foundation.PCWSTR className) 301 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), className).ThrowOnFailure(); 304 /// <inheritdoc cref="put_ImageName(winmdroot.Foundation.PCWSTR)"/> 316 private static winmdroot.Foundation.HRESULT put_ImageName(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.PCWSTR imageName) 337 public void put_ImageName(winmdroot.Foundation.PCWSTR imageName) 339 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), imageName).ThrowOnFailure(); 525 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> put_ClassName_10; 527 internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> put_ImageName_11; 596winmdroot.Foundation.HRESULT put_ClassName(winmdroot.Foundation.PCWSTR className); 599winmdroot.Foundation.HRESULT put_ImageName(winmdroot.Foundation.PCWSTR imageName);
Windows.Win32.IValueProvider.g.cs (6)
55 /// <inheritdoc cref="SetValue(winmdroot.Foundation.PCWSTR)"/> 67 private static winmdroot.Foundation.HRESULT SetValue(IValueProvider* pThis, winmdroot.Foundation.PCWSTR val) 97 public void SetValue(winmdroot.Foundation.PCWSTR val) 99 ((delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IValueProvider*)Unsafe.AsPointer(ref this), val).ThrowOnFailure(); 201 internal delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetValue_4; 234winmdroot.Foundation.HRESULT SetValue(winmdroot.Foundation.PCWSTR val);
Windows.Win32.LVFINDINFOW.g.cs (1)
37 internal winmdroot.Foundation.PCWSTR psz;
Windows.Win32.OCPFIPARAMS.g.cs (1)
42 internal winmdroot.Foundation.PCWSTR lpszCaption;
Windows.Win32.PInvoke.ADVAPI32.dll.g.cs (4)
42 /// <inheritdoc cref="RegLoadMUIString(winmdroot.System.Registry.HKEY, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR, uint, uint*, uint, winmdroot.Foundation.PCWSTR)"/> 87 internal static extern unsafe winmdroot.Foundation.WIN32_ERROR RegLoadMUIString(winmdroot.System.Registry.HKEY hKey, winmdroot.Foundation.PCWSTR pszValue, winmdroot.Foundation.PWSTR pszOutBuf, uint cbOutBuf, [Optional] uint* pcbData, uint Flags, winmdroot.Foundation.PCWSTR pszDirectory);
Windows.Win32.PInvoke.g.cs (18)
4456 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_ARROW = (char*)(32512); 4462 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_IBEAM = (char*)(32513); 4468 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_WAIT = (char*)(32514); 4474 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_CROSS = (char*)(32515); 4480 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_UPARROW = (char*)(32516); 4482 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZE = (char*)(32640); 4484 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_ICON = (char*)(32641); 4490 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZENWSE = (char*)(32642); 4496 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZENESW = (char*)(32643); 4502 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZEWE = (char*)(32644); 4508 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZENS = (char*)(32645); 4514 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_SIZEALL = (char*)(32646); 4520 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_NO = (char*)(32648); 4526 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_HAND = (char*)(32649); 4532 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_APPSTARTING = (char*)(32650); 4538 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_HELP = (char*)(32651); 4540 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_PIN = (char*)(32671); 4542 internal static readonly unsafe winmdroot.Foundation.PCWSTR IDC_PERSON = (char*)(32672);
Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
103 /// <inheritdoc cref="ExtTextOut(winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Graphics.Gdi.ETO_OPTIONS, winmdroot.Foundation.RECT*, winmdroot.Foundation.PCWSTR, uint, int*)"/> 141 internal static extern unsafe winmdroot.Foundation.BOOL ExtTextOut(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, winmdroot.Graphics.Gdi.ETO_OPTIONS options, [Optional] winmdroot.Foundation.RECT* lprect, winmdroot.Foundation.PCWSTR lpString, uint c, [Optional] int* lpDx); 402 /// <inheritdoc cref="GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.SIZE*)"/> 431 internal static extern unsafe winmdroot.Foundation.BOOL GetTextExtentPoint32W(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpString, int c, winmdroot.Foundation.SIZE* psizl);
Windows.Win32.PInvoke.hhctrl.ocx.g.cs (3)
26 /// <inheritdoc cref="HtmlHelp(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR, winmdroot.Data.HtmlHelp.HTML_HELP_COMMAND, nuint)"/> 57 internal static winmdroot.Foundation.HWND HtmlHelp(winmdroot.Foundation.HWND hwndCaller, winmdroot.Foundation.PCWSTR pszFile, winmdroot.Data.HtmlHelp.HTML_HELP_COMMAND uCommand, nuint dwData) 63 static extern winmdroot.Foundation.HWND LocalExternFunction(winmdroot.Foundation.HWND hwndCaller, winmdroot.Foundation.PCWSTR pszFile, uint uCommand, nuint dwData);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (12)
328 /// <inheritdoc cref="GetLocaleInfoEx(winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.PWSTR, int)"/> 362 internal static int GetLocaleInfoEx(winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, winmdroot.Foundation.PWSTR lpLCData, int cchData) 370 static extern int LocalExternFunction(winmdroot.Foundation.PCWSTR lpLocaleName, uint LCType, winmdroot.Foundation.PWSTR lpLCData, int cchData); 402 /// <inheritdoc cref="GetModuleHandle(winmdroot.Foundation.PCWSTR)"/> 427 internal static winmdroot.Foundation.HMODULE GetModuleHandle(winmdroot.Foundation.PCWSTR lpModuleName) 435 static extern winmdroot.Foundation.HMODULE LocalExternFunction(winmdroot.Foundation.PCWSTR lpModuleName); 476 /// <inheritdoc cref="GetShortPathName(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR, uint)"/> 509 internal static uint GetShortPathName(winmdroot.Foundation.PCWSTR lpszLongPath, winmdroot.Foundation.PWSTR lpszShortPath, uint cchBuffer) 517 static extern uint LocalExternFunction(winmdroot.Foundation.PCWSTR lpszLongPath, winmdroot.Foundation.PWSTR lpszShortPath, uint cchBuffer); 585 /// <inheritdoc cref="LoadLibraryEx(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HANDLE, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS)"/> 615 internal static winmdroot.Foundation.HMODULE LoadLibraryEx(winmdroot.Foundation.PCWSTR lpLibFileName, winmdroot.Foundation.HANDLE hFile, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS dwFlags) 623 static extern winmdroot.Foundation.HMODULE LocalExternFunction(winmdroot.Foundation.PCWSTR lpLibFileName, winmdroot.Foundation.HANDLE hFile, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS dwFlags);
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (4)
40 /// <inheritdoc cref="LoadTypeLib(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.ITypeLib**)"/> 63 internal static extern unsafe winmdroot.Foundation.HRESULT LoadTypeLib(winmdroot.Foundation.PCWSTR szFile, winmdroot.System.Com.ITypeLib** pptlib); 97 /// <inheritdoc cref="OleCreatePropertyFrame(winmdroot.Foundation.HWND, uint, uint, winmdroot.Foundation.PCWSTR, uint, winmdroot.System.Com.IUnknown**, uint, global::System.Guid*, uint, uint, void*)"/> 133 internal static extern unsafe winmdroot.Foundation.HRESULT OleCreatePropertyFrame(winmdroot.Foundation.HWND hwndOwner, uint x, uint y, winmdroot.Foundation.PCWSTR lpszCaption, uint cObjects, winmdroot.System.Com.IUnknown** ppUnk, uint cPages, global::System.Guid* pPageClsID, uint lcid, uint dwReserved, void* pvReserved);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (16)
26 /// <inheritdoc cref="FindExecutable(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR)"/> 66 internal static extern winmdroot.Foundation.HINSTANCE FindExecutable(winmdroot.Foundation.PCWSTR lpFile, winmdroot.Foundation.PCWSTR lpDirectory, winmdroot.Foundation.PWSTR lpResult); 98 /// <inheritdoc cref="SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.IBindCtx*, global::System.Guid*, void**)"/> 140 internal static extern unsafe winmdroot.Foundation.HRESULT SHCreateItemFromParsingName(winmdroot.Foundation.PCWSTR pszPath, [Optional] winmdroot.System.Com.IBindCtx* pbc, global::System.Guid* riid, void** ppv); 184 /// <inheritdoc cref="ShellExecute(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.SHOW_WINDOW_CMD)"/> 241 internal static extern winmdroot.Foundation.HINSTANCE ShellExecute(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.PCWSTR lpOperation, winmdroot.Foundation.PCWSTR lpFile, winmdroot.Foundation.PCWSTR lpParameters, winmdroot.Foundation.PCWSTR lpDirectory, winmdroot.UI.WindowsAndMessaging.SHOW_WINDOW_CMD nShowCmd); 364 /// <inheritdoc cref="SHParseDisplayName(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.IBindCtx*, winmdroot.UI.Shell.Common.ITEMIDLIST**, uint, uint*)"/> 405 internal static extern unsafe winmdroot.Foundation.HRESULT SHParseDisplayName(winmdroot.Foundation.PCWSTR pszName, [Optional] winmdroot.System.Com.IBindCtx* pbc, winmdroot.UI.Shell.Common.ITEMIDLIST** ppidl, uint sfgaoIn, [Optional] uint* psfgaoOut);
Windows.Win32.PInvoke.USER32.dll.g.cs (35)
438 /// <inheritdoc cref="CreateWindowEx(winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE, int, int, int, int, winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.Foundation.HINSTANCE, void*)"/> 512 internal static unsafe winmdroot.Foundation.HWND CreateWindowEx(winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.Foundation.PCWSTR lpWindowName, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, int X, int Y, int nWidth, int nHeight, winmdroot.Foundation.HWND hWndParent, winmdroot.UI.WindowsAndMessaging.HMENU hMenu, winmdroot.Foundation.HINSTANCE hInstance, [Optional] void* lpParam) 520 static extern unsafe winmdroot.Foundation.HWND LocalExternFunction(winmdroot.UI.WindowsAndMessaging.WINDOW_EX_STYLE dwExStyle, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.Foundation.PCWSTR lpWindowName, winmdroot.UI.WindowsAndMessaging.WINDOW_STYLE dwStyle, int X, int Y, int nWidth, int nHeight, winmdroot.Foundation.HWND hWndParent, winmdroot.UI.WindowsAndMessaging.HMENU hMenu, winmdroot.Foundation.HINSTANCE hInstance, [Optional] void* lpParam); 739 /// <inheritdoc cref="DrawText(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.PCWSTR, int, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT)"/> 741 internal static unsafe int DrawText(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpchText, int cchText, ref winmdroot.Foundation.RECT lprc, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT format) 769 internal static extern unsafe int DrawText(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.PCWSTR lpchText, int cchText, winmdroot.Foundation.RECT* lprc, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT format); 905 /// <inheritdoc cref="EnumDisplaySettings(winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE, winmdroot.Graphics.Gdi.DEVMODEW*)"/> 940 internal static extern unsafe winmdroot.Foundation.BOOL EnumDisplaySettings(winmdroot.Foundation.PCWSTR lpszDeviceName, winmdroot.Graphics.Gdi.ENUM_DISPLAY_SETTINGS_MODE iModeNum, winmdroot.Graphics.Gdi.DEVMODEW* lpDevMode); 970 /// <inheritdoc cref="FindWindow(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 998 internal static winmdroot.Foundation.HWND FindWindow(winmdroot.Foundation.PCWSTR lpClassName, winmdroot.Foundation.PCWSTR lpWindowName) 1006 static extern winmdroot.Foundation.HWND LocalExternFunction(winmdroot.Foundation.PCWSTR lpClassName, winmdroot.Foundation.PCWSTR lpWindowName); 1131 /// <inheritdoc cref="GetClassInfo(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 1166 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1174 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 2289 /// <inheritdoc cref="LoadCursor(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/> 2318 internal static winmdroot.UI.WindowsAndMessaging.HCURSOR LoadCursor(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpCursorName) 2326 static extern winmdroot.UI.WindowsAndMessaging.HCURSOR LocalExternFunction(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpCursorName); 2373 /// <inheritdoc cref="MessageBox(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE)"/> 2414 internal static winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_RESULT MessageBox(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpText, winmdroot.Foundation.PCWSTR lpCaption, winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType) 2422 static extern winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_RESULT LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpText, winmdroot.Foundation.PCWSTR lpCaption, winmdroot.UI.WindowsAndMessaging.MESSAGEBOX_STYLE uType); 2650 /// <inheritdoc cref="RegisterWindowMessage(winmdroot.Foundation.PCWSTR)"/> 2674 internal static uint RegisterWindowMessage(winmdroot.Foundation.PCWSTR lpString) 2682 static extern uint LocalExternFunction(winmdroot.Foundation.PCWSTR lpString); 3589 /// <inheritdoc cref="SetWindowText(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR)"/> 3617 internal static winmdroot.Foundation.BOOL SetWindowText(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpString) 3625 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hWnd, winmdroot.Foundation.PCWSTR lpString);
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (14)
168 /// <inheritdoc cref="DrawThemeText(winmdroot.UI.Controls.HTHEME, winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT, uint, winmdroot.Foundation.RECT*)"/> 225 internal static extern unsafe winmdroot.Foundation.HRESULT DrawThemeText(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, winmdroot.Foundation.PCWSTR pszText, int cchText, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT dwTextFlags, uint dwTextFlags2, winmdroot.Foundation.RECT* pRect); 506 /// <inheritdoc cref="GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR, int)"/> 540 internal static extern winmdroot.Foundation.HRESULT GetThemeDocumentationProperty(winmdroot.Foundation.PCWSTR pszThemeName, winmdroot.Foundation.PCWSTR pszPropertyName, winmdroot.Foundation.PWSTR pszValueBuff, int cchMaxValChars); 976 /// <inheritdoc cref="GetThemeTextExtent(winmdroot.UI.Controls.HTHEME, winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.PCWSTR, int, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT, winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*)"/> 1036 internal static extern unsafe winmdroot.Foundation.HRESULT GetThemeTextExtent(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, winmdroot.Foundation.PCWSTR pszText, int cchCharCount, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT dwTextFlags, [Optional] winmdroot.Foundation.RECT* pBoundingRect, winmdroot.Foundation.RECT* pExtentRect); 1202 /// <inheritdoc cref="OpenThemeData(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR)"/> 1231 internal static extern winmdroot.UI.Controls.HTHEME OpenThemeData(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.PCWSTR pszClassList); 1244 /// <inheritdoc cref="SetWindowTheme(winmdroot.Foundation.HWND, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 1281 internal static extern winmdroot.Foundation.HRESULT SetWindowTheme(winmdroot.Foundation.HWND hwnd, winmdroot.Foundation.PCWSTR pszSubAppName, winmdroot.Foundation.PCWSTR pszSubIdList);
Windows.Win32.System_Com_IBindStatusCallback_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.Interface.OnProgress(uint, uint, uint, winmdroot.Foundation.PCWSTR)"/> 43 /// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.Interface.OnStopBinding(winmdroot.Foundation.HRESULT, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.System_Com_IErrorLog_Extensions.g.cs (1)
23 /// <inheritdoc cref="winmdroot.System.Com.IErrorLog.Interface.AddError(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.EXCEPINFO*)"/>
Windows.Win32.System_Com_StructuredStorage_IPropertyBag_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IErrorLog*)"/> 36 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Write(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/>
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
63 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/> 83 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetStatusText(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (1)
63 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.SetHostNames(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.TASKDIALOG_BUTTON.g.cs (1)
40 internal winmdroot.Foundation.PCWSTR pszButtonText;
Windows.Win32.TASKDIALOGCONFIG.g.cs (10)
66 internal winmdroot.Foundation.PCWSTR pszWindowTitle; 74 internal winmdroot.Foundation.PCWSTR pszMainInstruction; 80 internal winmdroot.Foundation.PCWSTR pszContent; 123 internal winmdroot.Foundation.PCWSTR pszVerificationText; 129 internal winmdroot.Foundation.PCWSTR pszExpandedInformation; 135 internal winmdroot.Foundation.PCWSTR pszExpandedControlText; 141 internal winmdroot.Foundation.PCWSTR pszCollapsedControlText; 151 internal winmdroot.Foundation.PCWSTR pszFooter; 179 internal winmdroot.Foundation.PCWSTR pszMainIcon; 190 internal winmdroot.Foundation.PCWSTR pszFooterIcon;
Windows.Win32.UI_Accessibility_ILegacyIAccessibleProvider_Extensions.g.cs (1)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Accessibility_IUIAutomationProxyFactoryEntry_Extensions.g.cs (2)
53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.put_ClassName(winmdroot.Foundation.PCWSTR)"/> 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.put_ImageName(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (1)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IAutoComplete_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IAutoComplete.Interface.Init(winmdroot.Foundation.HWND, winmdroot.System.Com.IUnknown*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IAutoComplete2_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IAutoComplete2.Interface.Init(winmdroot.Foundation.HWND, winmdroot.System.Com.IUnknown*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IFileDialog_Extensions.g.cs (5)
63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.SetFileName(winmdroot.Foundation.PCWSTR)"/> 83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.SetTitle(winmdroot.Foundation.PCWSTR)"/> 93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialog.Interface.SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IFileDialogCustomize_Extensions.g.cs (10)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddMenu(uint, winmdroot.Foundation.PCWSTR)"/> 33 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddPushButton(uint, winmdroot.Foundation.PCWSTR)"/> 43 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/> 53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddEditBox(uint, winmdroot.Foundation.PCWSTR)"/> 63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddText(uint, winmdroot.Foundation.PCWSTR)"/> 73 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetControlLabel(uint, winmdroot.Foundation.PCWSTR)"/> 103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetEditBoxText(uint, winmdroot.Foundation.PCWSTR)"/> 123 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.AddControlItem(uint, uint, winmdroot.Foundation.PCWSTR)"/> 153 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.StartVisualGroup(uint, winmdroot.Foundation.PCWSTR)"/> 163 /// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.SetControlItemText(uint, uint, winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IFileOpenDialog_Extensions.g.cs (5)
63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetFileName(winmdroot.Foundation.PCWSTR)"/> 83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetTitle(winmdroot.Foundation.PCWSTR)"/> 93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOpenDialog.Interface.SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IFileOperationProgressSink_Extensions.g.cs (9)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PreRenameItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 33 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PostRenameItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 43 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PreMoveItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PostMoveItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PreCopyItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 73 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PostCopyItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/> 83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PreNewItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR)"/> 93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileOperationProgressSink.Interface.PostNewItem(uint, winmdroot.UI.Shell.IShellItem*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.HRESULT, winmdroot.UI.Shell.IShellItem*)"/>
Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (5)
63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileName(winmdroot.Foundation.PCWSTR)"/> 83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetTitle(winmdroot.Foundation.PCWSTR)"/> 93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/> 103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/> 113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/>
Windows.Win32.UI_Shell_IShellFolder_Extensions.g.cs (1)
130 /// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.SetNameOf(winmdroot.Foundation.HWND, winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.PCWSTR, winmdroot.UI.Shell.SHGDNF, winmdroot.UI.Shell.Common.ITEMIDLIST**)"/>
Windows.Win32.WNDCLASSW.g.cs (2)
84 internal winmdroot.Foundation.PCWSTR lpszMenuName; 91 internal winmdroot.Foundation.PCWSTR lpszClassName;
Windows\Win32\PInvoke.GetTextExtentPoint32.cs (1)
10/// <inheritdoc cref="GetTextExtentPoint32W(HDC, PCWSTR, int, SIZE*)"/>
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (2)
10/// <inheritdoc cref="IPropertyBag.Interface.Read(PCWSTR, VARIANT*, IErrorLog*)"/> 19/// <inheritdoc cref="IPropertyBag.Interface.Write(PCWSTR, VARIANT*)"/>
Windows\Win32\UI\Controls\Dialogs\CHOOSECOLORW.cs (1)
163public PCWSTR lpTemplateName;
Windows\Win32\UI\Controls\Dialogs\CHOOSEFONTW.cs (1)
159public PCWSTR lpTemplateName;
Windows\Win32\UI\Controls\Dialogs\PAGESETUPDLGW.cs (1)
220public PCWSTR lpPageSetupTemplateName;
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_32.cs (2)
46public PCWSTR lpPrintTemplateName; 48public PCWSTR lpSetupTemplateName;
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_64.cs (2)
284public PCWSTR lpPrintTemplateName; 298public PCWSTR lpSetupTemplateName;
System.Windows.Forms.Primitives.Tests (9)
Interop\Mocks\MockCursor.cs (1)
15internal MockCursor(PCWSTR nResourceId)
Interop\Oleaut32\SAFEARRAYTests.cs (4)
150public HRESULT GetField(void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException(); 152public HRESULT GetFieldNoCopy(void* pvData, PCWSTR szFieldName, VARIANT* pvarField, void** ppvDataCArray) => throw new NotImplementedException(); 154public HRESULT PutField(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException(); 156public HRESULT PutFieldNoCopy(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (4)
5717public HRESULT GetField(void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => HRESULT.E_NOTIMPL; 5719public HRESULT GetFieldNoCopy(void* pvData, PCWSTR szFieldName, VARIANT* pvarField, void** ppvDataCArray) => HRESULT.E_NOTIMPL; 5721public HRESULT PutField(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => HRESULT.E_NOTIMPL; 5723public HRESULT PutFieldNoCopy(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Primitives.TestUtilities (6)
Win32\WindowClass.cs (6)
62icon = PInvokeCore.LoadIcon(HINSTANCE.Null, (PCWSTR)(char*)PInvokeCore.IDI_APPLICATION); 71cursor = PInvoke.LoadCursor(HINSTANCE.Null, (PCWSTR)(char*)PInvoke.IDC_ARROW); 166lpClassName: (PCWSTR)(char*)Atom.Value, 167lpWindowName: (PCWSTR)wn, 184lpClassName: (PCWSTR)cn, 185lpWindowName: (PCWSTR)wn,