4 references to LPTStr
Microsoft.DotNet.SignCheckLibrary (1)
Interop\WinTrustFileInfo.cs (1)
13[MarshalAs(UnmanagedType.LPTStr)]
Microsoft.Interop.SourceGeneration (1)
MarshalAsWithCustomMarshallersParser.cs (1)
104UnmanagedType.LPTStr or UnmanagedType.LPWStr => TypeNames.Utf16StringMarshaller,
UIAutomationTypes (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
873internal static extern IntPtr LoadLibraryEx([In][MarshalAs(UnmanagedType.LPTStr)]string lpFileName, IntPtr hFile, [In] LoadLibraryFlags dwFlags); 903[In][Optional][MarshalAs(UnmanagedType.LPTStr)] string lpModuleName,