Browse
 
Tools
Rss Categories

LV_SRE_ClearAllFieldsToRequest

Reference Number: AA-00667 Views: 7560 0 Rating/ Voters

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