6 references to PCSTR
Microsoft.Private.Windows.Core (6)
Windows.Win32.PCSTR.g.cs (1)
38
public static explicit operator PCSTR(byte* value) => new
PCSTR
(value);
Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (2)
189
int __result = PInvokeCore.MultiByteToWideChar(CodePage, dwFlags, new winmdroot.Foundation.
PCSTR
(lpMultiByteStrLocal), cbMultiByte, lpWideCharStr, cchWideChar);
229
int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.
PCSTR
(lpDefaultCharLocal), lpUsedDefaultChar);
Windows.Win32.PSTR.g.cs (3)
51
public override string ToString() => new
PCSTR
(this.Value).ToString();
53
public static implicit operator PCSTR(PSTR value) => new
PCSTR
(value.Value);
57
internal int Length => new
PCSTR
(this.Value).Length;