SC_ScoresController_Cancel()
Cancels any ongoing request or operation initiated by this particular controller instance.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_Error_t SC_ScoresController_Cancel(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle of the scores controller instance.
Library:
libscoreloopcoreDescription:
This method cancels any ongoing request or operation initiated by this particular controller instance.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).