Clears all the custom fields added to the request to be via LV_SRE_AddFieldToRequest.
Function
- int LV_SRE_ClearAllFieldsToRequest(HPORT hport)
Parameters
hport
A handle to the speech port.
Return Values
LV_SUCCESS
No errors; all custom fields were cleared.
LV_FAILURE
Returned if the port is in the process of shutting down.
LV_INVALID_HPORT
The input hport is not a valid one.
LV_EXCEPTION
An exception occurred while processing the request.
Remarks
None of the custom fields added prior to making this call will appear in the call log.
See Also