45 references to PWSTR
System.Private.Windows.Core (6)
Windows\Win32\System\Com\IDispatch.cs (2)
134/// <inheritdoc cref="GetIDsOfNames(Guid*, PWSTR*, uint, uint, int*)"/> 141HRESULT result = GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
Windows\Win32\System\Com\IDispatch.Interface.cs (2)
30private static HRESULT GetIDsOfNames(IDispatch* @this, Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId) 66PWSTR* rgszNames,
Windows\Win32\System\Com\ITypeInfo.cs (2)
8/// <inheritdoc cref="GetIDsOfNames(PWSTR*, uint, int*)"/> 15HRESULT result = GetIDsOfNames((PWSTR*)&n, 1, &id);
System.Windows.Forms (17)
GlobalUsings.cs (1)
32global using PWSTR = Windows.Win32.Foundation.PWSTR;
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3315HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
554PWSTR pszDisplayName, 562PWSTR pszDisplayName,
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
251/// <inheritdoc cref="IOleObject.GetUserType(uint, PWSTR*)"/> 252HRESULT IOleObject.Interface.GetUserType(uint dwFormOfType, PWSTR* pszUserType)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
179hr = dispatch->GetIDsOfNames(&guid, (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &pDispid);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
131HRESULT hr = dispatch->GetIDsOfNames(&guid, (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
42int length = PInvoke.GetClassName(hwnd, (PWSTR)b, buffer.Length);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
515hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
585hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
27HRESULT IParseDisplayName.Interface.ParseDisplayName(IBindCtx* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut) => 31HRESULT IOleContainer.Interface.ParseDisplayName(IBindCtx* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
241item->GetDisplayName(SIGDN.SIGDN_DESKTOPABSOLUTEPARSING, out PWSTR ppszName);
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (2)
416item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out PWSTR ppszName); 430item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out PWSTR ppszName);
System\Windows\Forms\StringSource.cs (1)
85public unsafe HRESULT Next(uint celt, PWSTR* rgelt, [Optional] uint* pceltFetched)
System.Windows.Forms.Primitives (16)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70int result = PInvoke.SHGetKnownFolderPath(reference, 0, HANDLE.Null, (PWSTR*)path);
Windows\Win32\PInvoke.DrawTextEx.cs (2)
8/// <inheritdoc cref="DrawTextEx(HDC, PWSTR, int, RECT*, DRAW_TEXT_FORMAT, DRAWTEXTPARAMS*)"/> 20return DrawTextEx(hdc, (PWSTR)c, lpchText.Length, lprc, format, lpdtp);
Windows\Win32\Pinvoke.RegLoadMUIString.cs (1)
11/// <inheritdoc cref="RegLoadMUIString(System.Registry.HKEY, string, PWSTR, uint, uint*, uint, string)"/>
Windows\Win32\System\Com\StandardDispatch.cs (1)
89HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId)
Windows\Win32\UI\Controls\Dialogs\CHOOSEFONTW.cs (1)
190public PWSTR lpszStyle;
Windows\Win32\UI\Controls\Dialogs\OFNOTIFY.cs (1)
11public PWSTR pszFile;
Windows\Win32\UI\Controls\Dialogs\OPENFILENAME.cs (8)
12public PWSTR lpstrFilter; 13public PWSTR lpstrCustomFilter; 16public PWSTR lpstrFile; 18public PWSTR lpstrFileTitle; 20public PWSTR lpstrInitialDir; 21public PWSTR lpstrTitle; 25public PWSTR lpstrDefExt; 28public PWSTR lpTemplateName;
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
12/// Helper for the legacy <see cref="PInvoke.SHGetPathFromIDListEx(ITEMIDLIST*, PWSTR, uint, GPFIDL_FLAGS)" /> API.
System.Windows.Forms.Primitives.Tests (5)
Interop\Ole32\CALPOLESTRTests.cs (1)
38pElems = (PWSTR*)Marshal.AllocCoTaskMem(IntPtr.Size * values.Length)
Interop\Oleaut32\ITypeInfoTests.cs (2)
145var rgszNames = new PWSTR[] { width, other }; 147fixed (PWSTR* pRgszNames = rgszNames)
Windows\Win32\System\Com\IDispatchTests.cs (2)
24var rgszNames = new PWSTR[] { width, other }; 27fixed (PWSTR* pRgszNames = rgszNames)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
145HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId) => throw new NotImplementedException();