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". source.winehq.org/source/dlls/ws2_32/socket.c

Debug channel "winsock".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.