Function GenieLog_free

Function Documentation

Genie_Status_t GenieLog_free(GenieLog_Handle_t logHandle)

A function to free memory associated with a log handle.

Parameters

logHandle[in] A log handle. Must not be NULL.

Returns

Status code:

  • GENIE_STATUS_SUCCESS: API call was successful.

  • GENIE_STATUS_ERROR_INVALID_HANDLE: Log handle is invalid.

  • GENIE_STATUS_ERROR_GENERAL: The log handle could not be freed.