NWDSEGetLocalEntryName
Retrieves the name of the eDirectory object associated with the supplied local ID.
#include <nwdsdsa.h>
#include <nwdsevnt.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWDSEGetLocalEntryName (
NWDSContextHandle context,
nuint32 entryID,
pnstr objectName);
|
0x0000 |
Successful |
|
Negative Value |
Negative values indicate errors. For
error values, see |
The form of the name returned by NWDSEGetLocalEntryName is dependant upon the settings of the flags associated with the eDirectory context specified by context.
The caller must allocate memory to receive the object name that is returned. The size of the allocated memory is ((MAX_DN_CHARS)+1)*sizeof(character size) where character size is 1 for single-byte characters, and 2 for double-byte characters (Unicode is double-byte). One character is used for the NULL terminator.