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;
}
Last updated
public partial struct SECURITY_QUALITY_OF_SERVICE
{
public uint Length;
public SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;
public byte ContextTrackingMode;
public BOOLEAN EffectiveOnly;
}
Last updated