Struct windows_sys::Win32::Security::SECURITY_ATTRIBUTES
#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: BOOL,
}
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"
Fields§
§nLength: u32
§lpSecurityDescriptor: *mut c_void
§bInheritHandle: BOOL