nn::socket::AddrInfoType Enumerated Type

Syntax

enum AddrInfoType;

Value

Value Description
AI_PASSIVE 0.0.0.0 when nodeName is NULL.
AI_CANONNAME Gets the canonical name corresponding to nodeName.
AI_NUMERICHOST Specifies a numerical host address string in nodeName.
AI_NUMERICSERV Specifies a numerical port number string in servName.

Description

Flags given to the GetAddrInfo function.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL