NSFSetMaxPasswordAccess
Function : Access Control List
NSFSetMaxPasswordAccess - Sets the maximum internet name and password access level.
#include <nsfdb.h>
STATUS LNPUBLIC NSFSetMaxPasswordAccess(
DBHANDLE hDB,
WORD Level);
Set the database's maximum internet name and password access level for Web users.
Parameters : Input : hDB - Handle to database.
Level - Maximum password access level (ACL_LEVEL_xxx).
Output : (routine) - NOERROR - Successfully set the password access level. ERR_ACL_VERSION - Invalid Level parameter. ERR_xxx - Use OSLoadString to display the error returned.
See Also : ACL_LEVEL_xxx NSFGetMaxPasswordAccess