blob: 0d97e28c88bf8f429dd61517adcd8e223bac51a8 [file] [log] [blame]
#include <ws2tcpip.h>
PCSTR
WSAAPI
inet_ntop(
__in INT Family,
__in PVOID pAddr,
__out_ecount(StringBufSize) PSTR pStringBuf,
__in size_t StringBufSize
);