gt2IPToIPs
Get the IPs associated with an IP address.
- unsigned int ** gt2IPToIPs(
- unsigned int ip );
Routine | Required Header | Distribution |
---|---|---|
gt2IPToIPs | <gt2.h> | SDKZIP |
Return Value
IPs 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