Function GenieProfileConfig_free

Function Documentation

Genie_Status_t GenieProfileConfig_free(const GenieProfileConfig_Handle_t configHandle)

A function to free a profile config.

Parameters

configHandle[in] A config handle.

Returns

Status code:

  • GENIE_STATUS_SUCCESS: API call was successful.

  • GENIE_STATUS_ERROR_INVALID_HANDLE: Profile handle is invalid.

  • GENIE_STATUS_ERROR_MEM_ALLOC: Memory (de)allocation failure.