GPResult

GameSpy SDK

GPResult

Possible Results which can be returned from GP functions. Check individual function definitions to see possible results.

typedef enum 
{
GP_NO_ERROR,    
GP_MEMORY_ERROR,    
GP_PARAMETER_ERROR,    
GP_NETWORK_ERROR,    
GP_SERVER_ERROR    
} GPResult;

Constants

GP_NO_ERROR
Success.
GP_MEMORY_ERROR
Error occurred as result of insufficient memory.
GP_PARAMETER_ERROR
A provided parameter is either null or has an invalid value.
GP_NETWORK_ERROR
An error occurred while reading or writing across the network.
GP_SERVER_ERROR
Problem encountered trying to connect to the server.

Section Reference: Gamespy Presence SDK