* change ContextTrackingMode field to boolean. Mantis #26892

git-svn-id: trunk@28883 -
This commit is contained in:
marco 2014-10-19 20:30:11 +00:00
parent ada39d530f
commit 20833d4bc9

View File

@ -1485,7 +1485,7 @@ Const
SECURITY_QUALITY_OF_SERVICE = record
Length : DWORD;
ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
ContextTrackingMode : WINBOOL; // SECURITY_CONTEXT_TRACKING_MODE
ContextTrackingMode : BOOLEAN; // SECURITY_CONTEXT_TRACKING_MODE
EffectiveOnly : BOOLEAN;
end;
PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;