LVCA_GetMultiLevelCount

Retrieves the count of the MultiLevel concepts.

 

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

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

 

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.

 

Module

The pointer to a string containing the module name.

 

Count

The pointer to receive the count of concepts.

 

Remarks

 

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.


Complete Help Topic List | Speech Platform Product Information