#[repr(C)]pub struct SECURITY_QUALITY_OF_SERVICE {
pub Length: u32,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub ContextTrackingMode: u8,
pub EffectiveOnly: BOOLEAN,
}Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
Length: u32ImpersonationLevel: SECURITY_IMPERSONATION_LEVELContextTrackingMode: u8EffectiveOnly: BOOLEAN