Struct windows_sys::Win32::Security::SE_IMPERSONATION_STATE
#[repr(C)]pub struct SE_IMPERSONATION_STATE {
pub Token: *mut c_void,
pub CopyOnOpen: BOOLEAN,
pub EffectiveOnly: BOOLEAN,
pub Level: SECURITY_IMPERSONATION_LEVEL,
}Expand description
Required features: "Win32_Security", "Win32_Foundation"
Fields§
§Token: *mut c_void§CopyOnOpen: BOOLEAN§EffectiveOnly: BOOLEAN§Level: SECURITY_IMPERSONATION_LEVEL