Struct windows_sys::Win32::Security::TOKEN_CONTROL
[−]#[repr(C)]pub struct TOKEN_CONTROL {
pub TokenId: LUID,
pub AuthenticationId: LUID,
pub ModifiedId: LUID,
pub TokenSource: TOKEN_SOURCE,
}Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
TokenId: LUIDAuthenticationId: LUIDModifiedId: LUIDTokenSource: TOKEN_SOURCE