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