Struct winapi::um::minwinbase::SECURITY_ATTRIBUTES   [−][src]
#[repr(C)]pub struct SECURITY_ATTRIBUTES {
    pub nLength: DWORD,
    pub lpSecurityDescriptor: LPVOID,
    pub bInheritHandle: BOOL,
}Fields
nLength: DWORDlpSecurityDescriptor: LPVOIDbInheritHandle: BOOLTrait Implementations
Returns the “default value” for a type. Read more