- GetNameInfoW
INT GetNameInfoW(SOCKADDR* pSockaddr, socklen_t SockaddrLength, PWCHAR pNodeBuffer, DWORD NodeBufferSize, PWCHAR pServiceBuffer, DWORD ServiceBufferSize, INT Flags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- freeaddrinfo
void freeaddrinfo(addrinfo* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getaddrinfo
int getaddrinfo(const(char)* , const(char)* , const(addrinfo)* , addrinfo** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getnameinfo
int getnameinfo(const(SOCKADDR)* , socklen_t , char* , DWORD , char* , DWORD , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getnameinfo
INT getnameinfo(SOCKADDR* pSockaddr, socklen_t SockaddrLength, PCHAR pNodeBuffer, DWORD NodeBufferSize, PCHAR pServiceBuffer, DWORD ServiceBufferSize, INT Flags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
\ ws2tcpip.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************