Function GenieDialog_getPerformancePolicy¶
Defined in File GenieDialog.h
Function Documentation¶
-
Genie_Status_t GenieDialog_getPerformancePolicy(const GenieDialog_Handle_t dialogHandle, Genie_PerformancePolicy_t *perfProfile)¶
A function to get the performance policy of a dialog.
- Parameters
dialogHandle – [in] A dialog handle.
perfProfile – [out] The performance profile of the dialog.
- Returns
Status code:
GENIE_STATUS_SUCCESS: API call was successful.
GENIE_STATUS_ERROR_INVALID_HANDLE: Dialog handle is invalid.
GENIE_STATUS_ERROR_INVALID_ARGUMENT: At least one argument is invalid.