For the complete documentation index, see llms.txt. This page is also available as Markdown.

SECURITY_QUALITY_OF_SERVICE

public partial struct SECURITY_QUALITY_OF_SERVICE
{
    public uint Length;
    public SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;
    public byte ContextTrackingMode;
    public BOOLEAN EffectiveOnly;
}

SECURITY_IMPERSONATION_LEVEL

Last updated