4 references to PCWSTR
System.Private.Windows.Core (4)
Windows.Win32.PCWSTR.g.cs (1)
38
public static implicit operator PCWSTR(char* value) => new
PCWSTR
(value);
Windows.Win32.PWSTR.g.cs (3)
51
public override string ToString() => new
PCWSTR
(this.Value).ToString();
53
public static implicit operator PCWSTR(PWSTR value) => new
PCWSTR
(value.Value);
57
internal int Length => new
PCWSTR
(this.Value).Length;