Function : Database

NSFDbStoreACL - Stores an access control list in a database.
----------------------------------------------------------------------------------------------------------

#include <nsfdb.h>

STATUS LNPUBLIC NSFDbStoreACL(
DBHANDLE hDB,
DHANDLE hACL,
DWORD ObjectID,
WORD Method
);

Description :

This function stores an access control list in a database. As of Notes Release 4, NSFDbStoreACL displays a password prompt. This allows you to put your name (signature) as confirmation of changes to the ACL. If you enter your password, your name will appear at the bottom of the Access Control List dialog box when you open the ACL in Notes. If you cancel or abort from the password prompt, the ACL will be stored, but your name will not appear at the bottom of the Access Control List dialog box and the ACL will not be signed.

Parameters :

See Also :

NSFDbReadACL
----------------------------------------------------------------------------------------------------------