NPKIGetServerIPAddress
Retrieves information about a specified IP address obtained by calling NPKIGetServerIPAndDNSInfo (formerly NWPKIGetServerIPAddress).
#include "npki.h"
NWRCODE NPKIGetServerIPAddress(
const NPKIContext context,
nuint32 index,
nuint16 *ipLength,
nuint8 const **ipValue,
unicode const **ipNumber,
nuint16 *numberOfDNSNames);
NOTE:index is 0 based.
Returns 0 if successful, or a PKI error code if not successful.
Call NPKIGetServerIPAddress only after calling NPKIGetServerIPAndDNSInfo successfully.