sakeGetSpecificRecords
Gets a list of specific records from a table.
- SAKERequest sakeGetSpecificRecords(
- SAKE sake,
- SAKEGetSpecificRecordsInput * input,
- SAKERequestCallback callback,
- void * userData );
Routine | Required Header | Distribution |
---|---|---|
sakeGetSpecificRecords | <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 the info about the specific records you wish to retrieve.
- 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 all of the records which were specified in the request. See definitions of the Input & Output structs for more information about how to limit what is retrieved in the request and certain metadeta fields that can be retrieved.
Section Reference: Gamespy Sake SDK
See Also: SAKEGetSpecificRecordsInput, SAKEGetSpecificRecordsOutput, SAKERequestCallback