LVCA_SetCustomStringDataA

LVCA_SetCustomStringDataW

Use this function to set a custom string that will be stored by the Platform. The custom string consists of a property name and a value associated with that property. You can use LVCA_GetCustomStringData to retrieve the value using the property name. For instance, you might use SetCustomStringData to store a username, and then later retrieve it.

You can also use SetCustomStringData to control various hardware parameters, affecting how the Platform will treat DTMF and speech entry.

Return Value

This function returns true if successful, otherwise false will be returned. Call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

Params:

Example:

LVCA_SetCustomStringDataA(hCA, "USER_ID", "user");

© 2012 LumenVox LLC. All rights reserved.