Function GenieDialog_free¶
Defined in File GenieDialog.h
Function Documentation¶
-
Genie_Status_t GenieDialog_free(const GenieDialog_Handle_t dialogHandle)¶
A function to free a dialog.
- Parameters
dialogHandle – [in] A dialog handle.
- Returns
Status code:
GENIE_STATUS_SUCCESS: API call was successful.
GENIE_STATUS_ERROR_INVALID_HANDLE: Dialog handle is invalid.
GENIE_STATUS_ERROR_MEM_ALLOC: Memory (de)allocation failure.