13 references to PCSTR
System.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)
253
int __result = PInvokeCore.MultiByteToWideChar(CodePage, dwFlags, new winmdroot.Foundation.
PCSTR
(lpMultiByteStrLocal), cbMultiByte, lpWideCharStr, cchWideChar);
301
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;
System.Windows.Forms.Primitives (7)
Windows.Win32.IRichEditOle.g.cs (3)
251
this.ConvertObject(iob, rclsidNewLocal, new winmdroot.Foundation.
PCSTR
(lpstrUserTypeNewLocal));
359
this.SetHostNames(new winmdroot.Foundation.
PCSTR
(lpstrContainerAppLocal), new winmdroot.Foundation.
PCSTR
(lpstrContainerObjLocal));
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (1)
444
winmdroot.Foundation.FARPROC __result = PInvoke.GetProcAddress(hModule, new winmdroot.Foundation.
PCSTR
(lpProcNameLocal));
Windows.Win32.UI_Controls_RichEdit_IRichEditOle_Extensions.g.cs (3)
50
winmdroot.Foundation.HRESULT __result = @this.ConvertObject(iob, rclsidNewLocal, new winmdroot.Foundation.
PCSTR
(lpstrUserTypeNewLocal));
76
winmdroot.Foundation.HRESULT __result = @this.SetHostNames(new winmdroot.Foundation.
PCSTR
(lpstrContainerAppLocal), new winmdroot.Foundation.
PCSTR
(lpstrContainerObjLocal));