pub type REMSECURITY_ATTRIBUTES = _REMSECURITY_ATTRIBUTES;Aliased Type§
#[repr(C)]pub struct REMSECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: u32,
pub bInheritHandle: i32,
}Fields§
§nLength: u32§lpSecurityDescriptor: u32§bInheritHandle: i32