Function GenieDialog_save

Function Documentation

Genie_Status_t GenieDialog_save(const GenieDialog_Handle_t dialogHandle, const char *path)

A function to save state of a dialog to a file.

Parameters
  • dialogHandle[in] A handle to the created dialog. Must not be NULL.

  • path[in] File Path where dialog state will be saved.

Returns

Status code:

  • GENIE_STATUS_SUCCESS: API call was successful.

  • GENIE_STATUS_ERROR_INVALID_HANDLE: Config handle is invalid.

  • GENIE_STATUS_ERROR_INVALID_ARGUMENT: At least one argument is invalid.