sakeSearchForRecords

GameSpy SDK

sakeSearchForRecords

Searches a table for records that match certain specified criteria.

SAKERequest sakeSearchForRecords(
SAKE sake,
SAKESearchForRecordsInput * input,
SAKERequestCallback callback,
void * userData );
RoutineRequired HeaderDistribution
sakeSearchForRecords<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 records you wish to search for.
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 contains records founds by the search. 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.