SC_Context_New()
Creates a new SC_Context object.
Synopsis:
#include <scoreloop/sc_context.h>
SC_Error_t SC_Context_New(SC_Context_h *pSelf)
Arguments:
- pSelf
-
An opaque handle for the SC_Context instance.
Library:
libscoreloopcoreDescription:
This method creates a new SC_Context object.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).