nn::socket::FreeAddrInfo Function

Syntax

void FreeAddrInfo(
     AddrInfo * head
);

Arguments

Name Description
in head Specifies a pointer to the start of the AddrInfo host information list obtained by the GetAddrInfo function. The FreeAddrInfo function does nothing if this argument specifies NULL.

Return Values

None.

Description

Releases the buffer that was allocated to hold search results when searching for host information using the GetAddrInfo function.

See Also

GetAddrInfo

Revision History

2010/06/14
Initial version.

CONFIDENTIAL