Type Alias msfs::sys::SECURITY_ATTRIBUTES

source ·
pub type SECURITY_ATTRIBUTES = _SECURITY_ATTRIBUTES;

Aliased Type§

struct SECURITY_ATTRIBUTES {
    pub nLength: u64,
    pub lpSecurityDescriptor: *mut c_void,
    pub bInheritHandle: i32,
}

Fields§

§nLength: u64§lpSecurityDescriptor: *mut c_void§bInheritHandle: i32