Generic Support Calls
5-6
Convert 32-bit IP Address in Network Format to String
NtIPN2Str
Syntax
void NtIPN2Str( IPN IPAddr, char *pStrBuffer );
Parameter(s)
IPAddr
IP address in network format
pStrBuffer
Pointer to receive IP address string
Return Value
nothing
Description
This function performs an sprintf() of the IP address supplied in IPAddr to the
buffer supplied in pStrBuffer. Note, no buffer size is provided. This is because
the size is deterministic, and won’t exceed 16 characters (including the NULL
terminator).