Struct winapi::um::winnt::CLAIM_SECURITY_ATTRIBUTES_INFORMATION [−][src]
#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION {
pub Version: WORD,
pub Reserved: WORD,
pub AttributeCount: DWORD,
pub Attribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute,
}Fields
Version: WORDReserved: WORDAttributeCount: DWORDAttribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_AttributeTrait Implementations
Returns the “default value” for a type. Read more