pub type SECURITY_ATTRIBUTES = _SECURITY_ATTRIBUTES;
Aliased Type§
struct SECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: i32,
}
Fields§
§nLength: u32
§lpSecurityDescriptor: *mut c_void
§bInheritHandle: i32