Initial Release 5.0

Function : Access Control List; User
NSFBuildNamesList - Builds a NAMES_LIST structure.
----------------------------------------------------------------------------------------------------------

#include <nsfdb.h>

STATUS LNPUBLIC NSFBuildNamesList(
char *UserName,
DWORD dwFlags,
DHANDLE *rethNamesList);

Description :

This function builds a NAMES_LIST structure with the supplied UserName, and returns a HANDLE to the structure. The resulting NAMES_LIST structure contains the UserName along with any related group names the user is a member of. Group information is obtained from the local Domino Directory.
Parameters :

Sample Usage :

if (error = NSFBuildNamesList(pUserName, 0 ,&hNamesList))
See Also :

NAMES_LIST
----------------------------------------------------------------------------------------------------------