nn::socket::FreeAddrInfo Function
void FreeAddrInfo(
AddrInfo * head
);
| 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. |
Releases the buffer that was allocated to hold search results when searching for host information using the GetAddrInfo function.
CONFIDENTIAL