NWIsDSAuthenticated --
returns whether Directory Services has credentials for background authentication in tree
Synopsis
#include <nwnet.h>
see also
#include <nwndscon.h>
NWCCODE N_API NWIsDSAuthenticated
(void);
Return Values
0x0001
Authenticated through Directory Services
0x0000
Not authenticated through Directory Services
Remarks
To call NWIsDSAuthenticated in DOS or in Windows,
VLMs must be running. NETX does not support
NWIsDSAuthenticated and will return an error if VLMs
are not running.