SAKEGetSpecificRecordsOutput

GameSpy SDK

SAKEGetSpecificRecordsOutput

Returned output object that contains all of the records which were specified in the request.

typedef struct 
{
int mNumRecords;
SAKEField ** mRecords;
} SAKEGetSpecificRecordsOutput;

Members

mNumRecords
The number of records found.
mRecords
Points an array of records, each of which is represented as an array of fields.