Struct windows_sys::Win32::Security::LUID_AND_ATTRIBUTES
#[repr(C)]pub struct LUID_AND_ATTRIBUTES {
pub Luid: LUID,
pub Attributes: TOKEN_PRIVILEGES_ATTRIBUTES,
}
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"
Fields§
§Luid: LUID
§Attributes: TOKEN_PRIVILEGES_ATTRIBUTES