18 references to LPTStr
System (6)
compmod\microsoft\win32\NativeMethods.cs (6)
190
[MarshalAs(UnmanagedType.
LPTStr
)]
198
[MarshalAs(UnmanagedType.
LPTStr
)]
284
[MarshalAs(UnmanagedType.
LPTStr
)]
289
[MarshalAs(UnmanagedType.
LPTStr
)]
1360
public static extern bool LookupPrivilegeValue([MarshalAs(UnmanagedType.
LPTStr
)] string lpSystemName, [MarshalAs(UnmanagedType.
LPTStr
)] string lpName, out LUID lpLuid);
System.Data (2)
fx\src\data\System\Data\Common\SafeNativeMethods.cs (1)
82
static internal extern IntPtr GetModuleHandle([MarshalAs(UnmanagedType.
LPTStr
), In] string moduleName/*lpctstr*/);
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (1)
1236
[MarshalAs(UnmanagedType.
LPTStr
)]
System.ServiceModel (2)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (2)
235
[MarshalAs(UnmanagedType.
LPTStr
)]string pszX500,
240
[MarshalAs(UnmanagedType.
LPTStr
)]ref StringBuilder ppszError);
System.ServiceModel.Internals (1)
System\Runtime\Interop\UnsafeNativeMethods.cs (1)
97
[In, Out, MarshalAs(UnmanagedType.
LPTStr
)] StringBuilder lpBuffer,
System.Windows.Forms (5)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (5)
98
public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.
LPTStr
)]string pszFile, int uCommand, int dwData);
101
public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.
LPTStr
)]string pszFile, int uCommand, string dwData);
104
public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.
LPTStr
)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_POPUP dwData);
107
public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.
LPTStr
)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_FTS_QUERY dwData);
110
public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.
LPTStr
)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_AKLINK dwData);
WindowsBase (2)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
1393
internal static extern IntPtr LoadLibraryEx([In][MarshalAs(UnmanagedType.
LPTStr
)]string lpFileName, IntPtr hFile, [In] LoadLibraryFlags dwFlags);
1425
[In][Optional][MarshalAs(UnmanagedType.
LPTStr
)] string lpModuleName,