14 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 (5)
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)
516
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
578
hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (
PWSTR
*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System.Windows.Forms.Primitives (3)
Windows\Win32\PInvoke.DrawTextEx.cs (1)
8
/// <inheritdoc cref="DrawTextEx(HDC,
PWSTR
, int, RECT*, DRAW_TEXT_FORMAT, DRAWTEXTPARAMS*)"/>
Windows\Win32\Pinvoke.RegLoadMUIString.cs (1)
11
/// <inheritdoc cref="RegLoadMUIString(System.Registry.HKEY, string,
PWSTR
, uint, uint*, uint, string)"/>
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
12
/// Helper for the legacy <see cref="PInvoke.SHGetPathFromIDListEx(ITEMIDLIST*,
PWSTR
, uint, GPFIDL_FLAGS)" /> API.