3 references to SECURITY_ATTRIBUTES
WindowsBase (3)
Shared\MS\Win32\NativeMethodsOther.cs (1)
676
return Marshal.SizeOf(typeof(
SECURITY_ATTRIBUTES
));
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (2)
264
[In] NativeMethods.
SECURITY_ATTRIBUTES
lpSecurityAttributes,
637
internal unsafe static extern SafeFileMappingHandle CreateFileMapping(SafeFileHandle hFile, NativeMethods.
SECURITY_ATTRIBUTES
lpFileMappingAttributes, int flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName);