LVCA_GetMultiLevelCountA/LVCA_GetMultiLevelCountW

Retrieves the count of the Multilevel concepts.

LVCA_API BOOL WINAPI LVCA_GetMultiLevelCountA(HANDLE hCA, LPCSTR Module, LONG * Count);

LVCA_API BOOL WINAPI LVCA_GetMultiLevelCountW(HANDLE hCA, LPCWSTR Module, LONG * Count);

Defined as:

LVCA_GetMultiLevelCount

Return Value:

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

Supported on Events:

CAMSG_ENTERMODULE

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

hCA (IN) The handle given by the event callback.

Module (IN) The pointer to a string containing the module name.

Count (OUT) The number of levels of recognitions available.

Notes:

The Platform system will store each questions response.  If the first question asks what state and then asks the city, the first concept will be the state and the second will have the city.

These values are persistent until the caller re-enters the module or the call ends.

This is a specific call for all Multilevel module types.

CAPI Only mode: Not supported


Complete Help Topic List | Speech Platform Product Information