GetSockName Method of the IFWXNetworkSocket Interface

The GetSockName method retrieves the local name of a socket. This method is similar to the Winsock getsockname function.

Syntax

HRESULT GetSockName(
  [out]  LPSOCKADDR Address,
  [out]  LPINT AddressLength
);

Parameters

Address

Pointer to a sockaddr structure that receives the socket address (name).

AddressLength

On input, specifies the size, in bytes, of the Address buffer. On output, receives the buffer size, in bytes, needed to hold the address.

Return Value

S_OK

The method succeeded.

HRESULT_FROM_WIN32(WSAEINVAL)

The socket has not been bound to an address using the Bind method.

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXNetworkSocket


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.