sakeCreateRecord

GameSpy SDK

sakeCreateRecord

Creates a new Record in a backend table.

SAKERequest sakeCreateRecord(
SAKE sake,
SAKECreateRecordInput * input,
SAKERequestCallback callback,
void * userdata );
RoutineRequired HeaderDistribution
sakeCreateRecord<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 data for the record you wish to create.
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 the recordid of the newly created record.