Type Alias SECURITY_QUALITY_OF_SERVICE

Source
pub type SECURITY_QUALITY_OF_SERVICE = _SECURITY_QUALITY_OF_SERVICE;

Aliased Type§

struct SECURITY_QUALITY_OF_SERVICE {
    pub Length: u32,
    pub ImpersonationLevel: i32,
    pub ContextTrackingMode: u8,
    pub EffectiveOnly: u8,
}

Fields§

§Length: u32§ImpersonationLevel: i32§ContextTrackingMode: u8§EffectiveOnly: u8