sakeGetRecordCount
Gets a count for the number of records in a table based on the given filter criteria.
- SAKERequest sakeGetRecordCount(
- SAKE sake,
- SAKEGetRecordCountInput * input,
- SAKERequestCallback callback,
- void * userData );
Routine | Required Header | Distribution |
---|---|---|
sakeGetRecordCount | <sake.h> | SDKZIP |
Return Value
Reference to internal object that tracks the request. If this is NULL, then the request has failed to initialize. You can call sakeGetStartRequestResult to obtain the reason for the failure.
Parameters
- sake
- [in] The sake object.
- input
- [in] Stores info on the table whose count you wish to check.
- callback
- [in] The request callback function.
- userData
- [in] pointer to user specified data sent to the request callback.
Remarks
If the request completed successfully, then the Output object contains info about the count for the specified table.
Section Reference: Gamespy Sake SDK
See Also: SAKEGetRecordCountInput, SAKEGetRecordCountOutput, SAKERequestCallback