7 references to PCSTR
Microsoft.Private.Windows.Core (7)
_generated\186\Windows.Win32.PCSTR.g.cs (1)
39
public static explicit operator PCSTR(byte* value) => new
PCSTR
(value);
_generated\196\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
191
int __result = PInvokeCore.MultiByteToWideChar(CodePage, dwFlags, new winmdroot.Foundation.
PCSTR
(lpMultiByteStrLocal), cbMultiByte, lpWideCharStrLocal, lpWideCharStr.Length);
235
int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.
PCSTR
(lpDefaultCharLocal), lpUsedDefaultCharLocal);
250
int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.
PCSTR
(lpDefaultCharLocal), default(winmdroot.Foundation.BOOL* ));
_generated\205\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;