Data Type : Access Control List

NAMES_LIST - User names list structure
----------------------------------------------------------------------------------------------------------


#include <acl.h>

Definition :

typedef struct {
  WORD        NumNames;      /* Number of names in list */
  LICENSEID   License;       /* User's license - now obsolete */
                             /* MUST BE ZERO. */

Description :

Contains information used by ACLLookupAccess to look up the access level of the user associated with this strucuture.

See Also :

ACLLookupAccess
----------------------------------------------------------------------------------------------------------