14 references to PCSTR
System.Private.Windows.Core (7)
_generated\187\Windows.Win32.PCSTR.g.cs (1)
39 public static explicit operator PCSTR(byte* value) => new PCSTR(value);
_generated\197\Windows.Win32.PInvokeCore.KERNEL32.dll.g.cs (3)
255 int __result = PInvokeCore.MultiByteToWideChar(CodePage, dwFlags, new winmdroot.Foundation.PCSTR (lpMultiByteStrLocal), cbMultiByte, lpWideCharStrLocal, lpWideCharStr.Length); 307 int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.PCSTR (lpDefaultCharLocal), lpUsedDefaultCharLocal); 322 int __result = PInvokeCore.WideCharToMultiByte(CodePage, dwFlags, lpWideCharStrLocal, cchWideChar, lpMultiByteStr, cbMultiByte, new winmdroot.Foundation.PCSTR (lpDefaultCharLocal), default(winmdroot.Foundation.BOOL* ));
_generated\206\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)
_generated\235\Windows.Win32.IRichEditOle.g.cs (3)
256 this.ConvertObject(iob, rclsidNewLocal, new winmdroot.Foundation.PCSTR (lpstrUserTypeNewLocal)); 366 this.SetHostNames(new winmdroot.Foundation.PCSTR (lpstrContainerAppLocal), new winmdroot.Foundation.PCSTR (lpstrContainerObjLocal));
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (1)
513 winmdroot.Foundation.FARPROC __result = PInvoke.GetProcAddress(hModule, new winmdroot.Foundation.PCSTR (lpProcNameLocal));
_generated\588\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));