Requests a specified server to unload and then load the DS NLM.
#include <nwnet.h>
or
#include <nwdsmisc.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWDSReloadDS (
NWDSContextHandle context,
pnstr8 serverName);
uses netwin32
Function NWDSReloadDS
(context : NWDSContextHandle;
serverName : pnstr8
) : NWDSCCODE;
(IN) Specifies the NDS context for the request.
(IN) Points to the server to send the request to.
|
0x0000 0000 |
SUCCESSFUL |
|
nonzero value |
Nonzero values indicate errors. See |
NWDSReloadDS requests the server to reload the DS NLM.