Integrates WinStd classes with Microsoft WinSock2 API.
More...
|
typedef addrinfo | winstd::taddrinfo |
| Multi-byte / Wide-character SID wrapper class (according to _UNICODE)
|
|
|
static INT | GetAddrInfoA (PCSTR pNodeName, PCSTR pServiceName, const ADDRINFOA *pHints, winstd::addrinfo &result) |
| Provides protocol-independent translation from a host name to an address. More...
|
|
static INT | GetAddrInfoW (PCWSTR pNodeName, PCWSTR pServiceName, const ADDRINFOW *pHints, winstd::waddrinfo &result) |
| Provides protocol-independent translation from a host name to an address. More...
|
|
Integrates WinStd classes with Microsoft WinSock2 API.
◆ GetAddrInfoA()
static INT GetAddrInfoA |
( |
PCSTR |
pNodeName, |
|
|
PCSTR |
pServiceName, |
|
|
const ADDRINFOA * |
pHints, |
|
|
winstd::addrinfo & |
result |
|
) |
| |
|
static |
◆ GetAddrInfoW()
static INT GetAddrInfoW |
( |
PCWSTR |
pNodeName, |
|
|
PCWSTR |
pServiceName, |
|
|
const ADDRINFOW * |
pHints, |
|
|
winstd::waddrinfo & |
result |
|
) |
| |
|
static |