SAKEGetRecordCountOutput

GameSpy SDK

SAKEGetRecordCountOutput

Returned record count based on the specified table and search filter used.

typedef struct 
{
int mCount;
} SAKEGetRecordCountOutput;

Members

mCount
Contains the value of the record count. If no records exist or the search criteria was too specific so that no records were found, this value will be 0.