winapi::um::winnt

Type Alias LUID_AND_ATTRIBUTES_ARRAY

Source
pub type LUID_AND_ATTRIBUTES_ARRAY = LUID_AND_ATTRIBUTES;

Aliased Type§

struct LUID_AND_ATTRIBUTES_ARRAY {
    pub Luid: LUID,
    pub Attributes: u32,
}

Fields§

§Luid: LUID§Attributes: u32