gt2IPToAliases
Get the aliases associated with an IP address.
- char ** gt2IPToAliases(
- unsigned int ip );
Routine | Required Header | Distribution |
---|---|---|
gt2IPToAliases | <gt2.h> | SDKZIP |
Return Value
Aliases associated with the IP address.
Parameters
- ip
- [in] IP to lookup, in network byte order.
Remarks
This is a utility function which provides a subset of the functionality of gt2IPToHostInfo. See the gt2IPToHostInfo documentation for important details.
Section Reference: Gamespy Transport SDK
See Also: gt2IPToHostInfo