5 references to LPTStr
Microsoft.DotNet.SignCheckLibrary (1)
Interop\WinTrustFileInfo.cs (1)
13
[MarshalAs(UnmanagedType.
LPTStr
)]
Microsoft.Interop.SourceGeneration (1)
MarshalAsWithCustomMarshallersParser.cs (1)
104
UnmanagedType.
LPTStr
or UnmanagedType.LPWStr => TypeNames.Utf16StringMarshaller,
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\NativeMethods.vb (1)
59
MarshalAs(UnmanagedType.
LPTStr
)> lpString As StringBuilder,
UIAutomationTypes (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
708
internal static extern IntPtr LoadLibraryEx([In][MarshalAs(UnmanagedType.
LPTStr
)] string lpFileName, IntPtr hFile, [In] LoadLibraryFlags dwFlags);
738
[In][Optional][MarshalAs(UnmanagedType.
LPTStr
)] string lpModuleName,