sakeGetStartRequestResult

GameSpy SDK

sakeGetStartRequestResult

Called to retrieve the result of a request - normally used to determine the reason for a failed request.

SAKEStartRequestResult sakeGetStartRequestResult(
SAKE sake );
RoutineRequired HeaderDistribution
sakeGetStartRequestResult<sake.h>SDKZIP

Return Value

Enum value used to indicate the specific result of the request.

Parameters

sake
[in] The sake object

Remarks

This function will always return the most recent request that was attempted, so it must be called immediately after a failure to get the reason for that failure.

Section Reference: Gamespy Sake SDK

See Also: SAKEStartRequestResult