Does the initial setup that is necessary before calling any other eDirectory functions.
#include <nwnet.h>
or
#include <nwdsmisc.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWNetInit (
nptr in,
nptr out);
uses netwin32
Function NWNetInit
(in : nptr;
out : nptr
) : NWDSCCODE;
(IN) Points to the input parameter value.
(OUT) Points to the output parameter value.
|
0x0000 0000 |
SUCCESSFUL |
|
nonzero value |
Nonzero values indicate errors. See |
NWNetInit initializes the eDirectory library. Both parameters, in and out, should be NULL when NWNetInit is called.