scThink
Called to complete pending operations for functions with callbacks.
- SCResult scThink(
- SCInterfacePtr theInterface );
Routine | Required Header | Distribution |
---|---|---|
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.
Section Reference: Gamespy Competition SDK
See Also: scInitialize, scCreateSession, scSetReportIntention, scSubmitReport