WSAAddressToStringW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

WSAAddressToStringW (WS2_32.28)

SYNOPSIS

INT WSAAddressToStringW
 (
  LPSOCKADDR          sockaddr,
  DWORD               len,
  LPWSAPROTOCOL_INFOW info,
  LPWSTR              string,
  LPDWORD             lenstr
 )

DESCRIPTION

Convert a sockaddr address into a readable address string.

PARAMS

sockaddr [In] Pointer to a sockaddr structure.

len [In] Size of the sockaddr structure.

info [In] Pointer to a WSAPROTOCOL_INFOW structure (optional).

string [In/Out] Pointer to a buffer to receive the address string.

lenstr [In/Out] Size of the receive buffer in WCHARs.

RETURNS

Success: 0

Failure: SOCKET_ERROR.

NOTES

The 'info' parameter is ignored.

BUGS

Only supports AF_INET addresses.

IMPLEMENTATION

Defined in "winsock2.h".

Implemented in "dlls/ws2_32/socket.c".

Debug channel "winsock".