LVCA_RemoveConceptA/LVCA_RemoveConceptW

LVCA_API BOOL WINAPI LVCA_RemoveConceptA(HANDLE hCA, LPCSTR Concept);

LVCA_API BOOL WINAPI LVCA_RemoveConceptW(HANDLE hCA, LPCWSTR Concept);

Defined as:

LVCA_RemoveConcept

Return Value:

If successful,LVCA_RemoveConceptA/LVCA_RemoveConceptW 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

Params:

hCA (IN) Call handle passed into function

Concept (OUT) This will remove a concept currently in or added to the grammar.

Notes:


Complete Help Topic List | Speech Platform Product Information