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