2 references to PWSTR
System.Private.Windows.Core (2)
Windows.Win32.PWSTR.g.cs (2)
31
internal PWSTR(IntPtr value):
this
((char*)value)
37
public static implicit operator PWSTR(char* value) => new
PWSTR
(value);