Struct winapi::um::winnt::SECURITY_DESCRIPTOR [−][src]
#[repr(C)]pub struct SECURITY_DESCRIPTOR {
pub Revision: BYTE,
pub Sbz1: BYTE,
pub Control: SECURITY_DESCRIPTOR_CONTROL,
pub Owner: PSID,
pub Group: PSID,
pub Sacl: PACL,
pub Dacl: PACL,
}Fields
Revision: BYTESbz1: BYTEControl: SECURITY_DESCRIPTOR_CONTROLOwner: PSIDGroup: PSIDSacl: PACLDacl: PACLTrait Implementations
Returns the “default value” for a type. Read more