Function : Database; Access Control List

NSFDbReadACL - Read in the access control list of a database.
----------------------------------------------------------------------------------------------------------

#include <nsfdb.h>

STATUS LNPUBLIC NSFDbReadACL(
DBHANDLE hDB,
DHANDLE far *rethACL);

Description :

This function reads the access control list of a database into memory and returns a handle to the in-memory copy. All subsequent access to the access control list is carried out via this handle. If you modify this in-memory copy of the access control list, use NSFDbStoreACL to store it in the database.

Parameters :

See Also :

ACLCreate
----------------------------------------------------------------------------------------------------------