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: WORD
Reserved: WORD
AttributeCount: DWORD
Attribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute
Trait Implementations
Returns the “default value” for a type. Read more