Skip to content

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()

bool HOCR_SDK_releaseArgoSDK(void* obj)
Parameters
NameTypeDescription
objvoid*

Pointer to 'ArgoEngineApi' object

Return value

bool: false (failure), true (success)

Examples

bool isSuccess = HOCR_SDK_releaseArgoSDK(obj);