NegotiateError

GameSpy SDK

NegotiateError

Possible error values that can be returned when starting a negotiation.

typedef enum 
{
ne_noerror,    
ne_allocerror,    
ne_socketerror,    
ne_dnserror    
} NegotiateError;

Constants

ne_noerror
No error.
ne_allocerror
Memory allocation failed.
ne_socketerror
Socket allocation failed.
ne_dnserror
DNS lookup failed.

Section Reference: Gamespy NAT Negotiation SDK

See Also: NNBeginNegotiation