Function : Access Control List

ACLUpdateEntry - Updates an entry in an access control list.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

STATUS LNPUBLIC ACLUpdateEntry(
DHANDLE hACL,
const char far *Name,
WORD UpdateFlags,
const char far *NewName,
WORD NewAccessLevel,
ACL_PRIVILEGES far *NewPrivileges,
WORD NewAccessFlags
);

Description :

This function updates an entry in an access control list.

Unless the user's name is specified to be modified, the information that is not specified to be modified remains intact. If the user's name is specified to be modified, the user entry is deleted and a new entry is created. Unless the other access control information is specified to be modified as well, the other access control information will be cleared and the user will have No Access to the database.


Parameters :

See Also :

ACL_UPDATE_xxx
----------------------------------------------------------------------------------------------------------