LVCA_DisplayMessage

Use this function to display a message to the Platform Call Engine system messages.

 

BOOL LVCA_DisplayMessageA(HANDLE hCA, LPCSTR Message);

BOOL LVCA_DisplayMessageW(HANDLE hCA, LPCWSTR Message);

 

Return Value

 

These functions return true if successful, otherwise false will be returned.  Call LVCA_GetLastCallError to retrieve the error code and message.

 

Parameters

 

hCA

The handle given by the event callback.

 

Message

A pointer to the string containing the message to display.

 

Remarks

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