Use this function to display a message to the Platform Call Engine system messages.
LVCA_API BOOL WINAPI LVCA_DisplayMessageA(HANDLE hCA, LPCSTR Message);
LVCA_API BOOL WINAPI LVCA_DisplayMessageW(HANDLE hCA, LPCWSTR Message);
LVCA_DisplayMessage
If successful,LVCA_DisplayMessageA/LVCA_DisplayMessageW returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
CAMSG_CALLSTART
CAMSG_CALLSTOP
CAMSG_ENTERMODULE
CAMSG_REC_BEFORE_CONFIRM
CAMSG_REC_AFTER_CONFIRM
CAMSG_TIMEOUT
CAMSG_ERROR
hCA (IN) Call handle passed into function
Message (IN) A pointer to the string containing the message to display on Call Engine 'System Messages' area
This is typically used for debugging purposes. Any non essential calls to this function should be removed from a live system.
Complete Help Topic List | Speech Platform Product Information