SK_FLAGS_APICONTEXTDISPOSE_SHUTDOWN Constant

If specified when calling SK_ApiContextDispose, the PLUSNative API will shutdown and free all memory.

Remarks

Important Note

Use of this flag is not thread-safe. This should be used the last time SK_ApiContextDispose is called, from the application's main thread, after all other threads have finished processing.

Syntax

C/C++
#define SK_FLAGS_APICONTEXTDISPOSE_SHUTDOWN (0x00000001)
Visual Basic
Const SK_FLAGS_APICONTEXTDISPOSE_SHUTDOWN As Long = 1