gt2StringToAliases
Get the aliases associated with a hostname or dotted IP.
- char ** gt2StringToAliases(
- const char * string );
Routine | Required Header | Distribution |
---|---|---|
gt2StringToAliases | <gt2.h> | SDKZIP |
Return Value
Aliases associated with a hostname or dotted IP.
Parameters
- string
- [in] Hostname or IP to lookup.
Remarks
This is a utility function which provides a subset of the functionality of gt2StringToHostInfo. See the gt2StringToHostInfo documentation for important details.
Section Reference: Gamespy Transport SDK
See Also: gt2StringToHostInfo