Function : Access Control List

ACLSetPrivName - Given a privilege number, set the given privilege name.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

STATUS LNPUBLIC ACLSetPrivName(
DHANDLE hACL,
WORD PrivNum,
char far *PrivName);

Description :

This function associates a privilege name (role) with a given privilege number (0 through ACL_PRIVCOUNT - 1). Privilege names associated with privilege numbers 0 through 4 are privilege levels compatible with versions of Notes prior to Release 3. When displayed by Notes or returned by ACLGetPrivName, they are enclosed in parenthesis. Privilege names associated with privilege numbers 5 through ACL_PRIVCOUNT - 1 are members of the access role list. When displayed by Notes or returned by ACLGetPrivName, they are enclosed in brackets.

Parameters :

See Also :

ACLGetPrivName
----------------------------------------------------------------------------------------------------------