Location: Symbol Reference > Structs, Records, Enums > TJwRightType Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwRightType Enumeration
Pascal
TJwRightType = (
  rtUnknown,
  rtNone,
  rtGeneric,
  rtReserved,
  rtMaximum,
  rtSystem,
  rtStandard,
  rtSpecific
);
Members 
Description 
rtUnknown 
The set bit in the access mask is unknown. 
rtNone 
There is no bit set. 
rtGeneric 
A generic bit is set. 
rtReserved 
A reserved bit is set. 
rtMaximum 
The maximum allowed bit is set. 
rtSystem 
The system security bit is set. 
rtStandard 
A standard bit is set. 
rtSpecific 
A specific right bit is set. 

TJwRightType is returned by JwRightType and defines the type of a given right access mask. The return type is the first set bit of the access mask.

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!