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*)"/>
141
HRESULT result = GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
Windows\Win32\System\Com\IDispatch.Interface.cs (2)
30
private static HRESULT GetIDsOfNames(IDispatch* @this, Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
66
PWSTR
* rgszNames,
Windows\Win32\System\Com\ITypeInfo.cs (2)
8
/// <inheritdoc cref="GetIDsOfNames(
PWSTR
*, uint, int*)"/>
15
HRESULT result = GetIDsOfNames((
PWSTR
*)&n, 1, &id);
System.Windows.Forms (17)
GlobalUsings.cs (1)
32
global using PWSTR = Windows.Win32.Foundation.
PWSTR
;
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3315
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
554
PWSTR
pszDisplayName,
562
PWSTR
pszDisplayName,
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
251
/// <inheritdoc cref="IOleObject.GetUserType(uint,
PWSTR
*)"/>
252
HRESULT IOleObject.Interface.GetUserType(uint dwFormOfType,
PWSTR
* pszUserType)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
179
hr = dispatch->GetIDsOfNames(&guid, (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &pDispid);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
131
HRESULT hr = dispatch->GetIDsOfNames(&guid, (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
42
int length = PInvoke.GetClassName(hwnd, (
PWSTR
)b, buffer.Length);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
515
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
585
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
27
HRESULT IParseDisplayName.Interface.ParseDisplayName(IBindCtx* pbc,
PWSTR
pszDisplayName, uint* pchEaten, IMoniker** ppmkOut) =>
31
HRESULT IOleContainer.Interface.ParseDisplayName(IBindCtx* pbc,
PWSTR
pszDisplayName, uint* pchEaten, IMoniker** ppmkOut)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
241
item->GetDisplayName(SIGDN.SIGDN_DESKTOPABSOLUTEPARSING, out
PWSTR
ppszName);
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (2)
416
item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out
PWSTR
ppszName);
430
item.Value->GetDisplayName(SIGDN.SIGDN_FILESYSPATH, out
PWSTR
ppszName);
System\Windows\Forms\StringSource.cs (1)
85
public unsafe HRESULT Next(uint celt,
PWSTR
* rgelt, [Optional] uint* pceltFetched)
System.Windows.Forms.Primitives (16)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70
int 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*)"/>
20
return 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)
89
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId)
Windows\Win32\UI\Controls\Dialogs\CHOOSEFONTW.cs (1)
190
public
PWSTR
lpszStyle;
Windows\Win32\UI\Controls\Dialogs\OFNOTIFY.cs (1)
11
public
PWSTR
pszFile;
Windows\Win32\UI\Controls\Dialogs\OPENFILENAME.cs (8)
12
public
PWSTR
lpstrFilter;
13
public
PWSTR
lpstrCustomFilter;
16
public
PWSTR
lpstrFile;
18
public
PWSTR
lpstrFileTitle;
20
public
PWSTR
lpstrInitialDir;
21
public
PWSTR
lpstrTitle;
25
public
PWSTR
lpstrDefExt;
28
public
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)
38
pElems = (
PWSTR
*)Marshal.AllocCoTaskMem(IntPtr.Size * values.Length)
Interop\Oleaut32\ITypeInfoTests.cs (2)
145
var rgszNames = new
PWSTR
[] { width, other };
147
fixed (
PWSTR
* pRgszNames = rgszNames)
Windows\Win32\System\Com\IDispatchTests.cs (2)
24
var rgszNames = new
PWSTR
[] { width, other };
27
fixed (
PWSTR
* pRgszNames = rgszNames)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
145
HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid,
PWSTR
* rgszNames, uint cNames, uint lcid, int* rgDispId) => throw new NotImplementedException();