LVCA_SystemMessageA/LVCA_SystemMessageW

This function is similar to LVCA_DisplayMessage.  LVCA_SystemMessage does not require a call handle.

LVCA_API BOOL WINAPI LVCA_SystemMessageA(LPCSTR Message);

LVCA_API BOOL WINAPI LVCA_SystemMessageA(LPCWSTR Message);

Return Value:

If successful, LVCA_DisplayMessage returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

ANY

Params:

Message (IN) Buffer containing the message to display in the call engine System Messages window.


Complete Help Topic List | Speech Platform Product Information