HOCR_SDK_releaseArgoSDK
Included header
#include <HOCR_SDK_COMMON.h>
Description
Memory release API for the 'ArgoEngineApi' object. You must call this when you finish using the object.
HOCR_SDK_releaseArgoSDK()
|
- Parameters
-
Name Type Description obj void* Pointer to 'ArgoEngineApi' object
- Return value
bool: false (failure), true (success)
Examples
bool isSuccess = HOCR_SDK_releaseArgoSDK(obj);