ACL_PRIVILEGES - Privilege bit array. ----------------------------------------------------------------------------------------------------------
#include <acl.h>
Definition :
typedef struct {BYTE BitMask[10]} ACL_PRIVILEGES;
Description :
This structure is the privilege bit mask which is an array of bytes (totaling ACL_PRIVCOUNT number of bits). Each bit represents a role. The first five bits (bit number 0 through 4) are reserved for the five "privilege levels", used in versions of Notes before Release 3. Each of the other bits maps to a role name. Roles are assigned to an access control list entry by setting the appropriate bits in the prviliege bit mask.
See Also :