Struct windows_sys::Win32::Security::SECURITY_QUALITY_OF_SERVICE
#[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: u32
§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL
§ContextTrackingMode: u8
§EffectiveOnly: BOOLEAN