mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +02:00
* change ContextTrackingMode field to boolean. Mantis #26892
git-svn-id: trunk@28883 -
This commit is contained in:
parent
ada39d530f
commit
20833d4bc9
@ -1485,7 +1485,7 @@ Const
|
|||||||
SECURITY_QUALITY_OF_SERVICE = record
|
SECURITY_QUALITY_OF_SERVICE = record
|
||||||
Length : DWORD;
|
Length : DWORD;
|
||||||
ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
|
ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
|
||||||
ContextTrackingMode : WINBOOL; // SECURITY_CONTEXT_TRACKING_MODE
|
ContextTrackingMode : BOOLEAN; // SECURITY_CONTEXT_TRACKING_MODE
|
||||||
EffectiveOnly : BOOLEAN;
|
EffectiveOnly : BOOLEAN;
|
||||||
end;
|
end;
|
||||||
PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;
|
PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;
|
||||||
|
Loading…
Reference in New Issue
Block a user