scThink

GameSpy SDK

scThink

Called to complete pending operations for functions with callbacks.

SCResult scThink(
SCInterfacePtr theInterface );
RoutineRequired HeaderDistribution
scThink<sc.h>SDKZIP

Return Value

Enum value used to indicate the specific result of the request. This will return SCResult_NO_ERROR if the request completed successfully.

Parameters

theInterface
[in] A valid SC Inteface Object

Remarks

This function should be called with a valid interface object. It will take care of pending requests that have been made by the interface functions.