18 references to LPStruct
Microsoft.Build (1)
BuildCheck\Checks\UntrustedLocationCheck.cs (1)
94
[MarshalAs(UnmanagedType.
LPStruct
)] Guid rfid, uint dwFlags,
Microsoft.CodeAnalysis (6)
Interop\ClrStrongName.cs (2)
19
[MarshalAs(UnmanagedType.
LPStruct
)] Guid clsid,
20
[MarshalAs(UnmanagedType.
LPStruct
)] Guid riid);
Interop\IClrMetaHost.cs (2)
22
[In, MarshalAs(UnmanagedType.
LPStruct
)] Guid interfaceId);
44
[In, MarshalAs(UnmanagedType.
LPStruct
)] Guid interfaceId);
Interop\IClrRuntimeInfo.cs (2)
47
[In, MarshalAs(UnmanagedType.
LPStruct
)] Guid coClassId,
48
[In, MarshalAs(UnmanagedType.
LPStruct
)] Guid interfaceId);
PresentationBuildTasks (1)
MS\Internal\Tasks\IPersistFileCheckSum.cs (1)
39
void CalculateCheckSum( [In, MarshalAs(UnmanagedType.
LPStruct
)] Guid guidCheckSumAlgorithm,
PresentationCore (3)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPaneRcw.cs (2)
50
void GetIids(out uint iidCount, [MarshalAs(UnmanagedType.
LPStruct
)] out Guid iids);
67
void GetIids(out uint iidCount, [MarshalAs(UnmanagedType.
LPStruct
)] out Guid iids);
MS\Win32\UnsafeNativeMethodsTablet.cs (1)
29
internal static extern int AddStroke([In] ContextSafeHandle hRecContext, [In] ref PACKET_DESCRIPTION packetDesc, [In] uint cbPackets, [In] IntPtr pByte, [In, MarshalAs(UnmanagedType.
LPStruct
)] NativeMethods.XFORM xForm);
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2622
public static extern SafeFindHandle FindFirstFileW(string lpFileName, [In, Out, MarshalAs(UnmanagedType.
LPStruct
)] WIN32_FIND_DATAW lpFindFileData);
2627
public static extern bool FindNextFileW(SafeFindHandle hndFindFile, [In, Out, MarshalAs(UnmanagedType.
LPStruct
)] WIN32_FIND_DATAW lpFindFileData);
ReachFramework (1)
Serialization\RCW\IPrintDocumentPackageTarget.cs (1)
25
void GetPackageTargetTypes(out uint targetCount, [MarshalAs(UnmanagedType.
LPStruct
)] out Guid targetTypes);
UIAutomationTypes (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (4)
822
public static IntPtr BeginPaint(HandleRef hWnd, [In, Out, MarshalAs(UnmanagedType.
LPStruct
)] ref NativeMethods.PAINTSTRUCT lpPaint)
829
public static bool EndPaint(HandleRef hWnd, [In, MarshalAs(UnmanagedType.
LPStruct
)] ref NativeMethods.PAINTSTRUCT lpPaint)
970
private static extern NativeMethods.IconHandle PrivateCreateIconIndirect([In, MarshalAs(UnmanagedType.
LPStruct
)] NativeMethods.ICONINFO iconInfo);
971
internal static NativeMethods.IconHandle CreateIconIndirect([In, MarshalAs(UnmanagedType.
LPStruct
)] NativeMethods.ICONINFO iconInfo)