SAKESearchForRecordsOutput

GameSpy SDK

SAKESearchForRecordsOutput

Returned output object that contains the records founds by the search.

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

Members

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