NPKIConnectToIPAddress
Establishes a connection to the server at the specified IP address for the specified NPKIContext.
#include "npki.h"
NWRCODE NPKIConnectToIPAddress(
const NPKIContext context,
const nuint32 flags,
const nuint16 port,
const char *iPAddress,
const unicode *treeName,
const unicode *serverDN);
Returns 0 if successful, or a PKI or eDirectory error if not successful.
You should call NPKIConnectToIPAddress after NPKISetTreeName and before NPKIDSLogin.