LVCA_SetGoto

This function changes the immediate direction of the call flow.

 

BOOL LVCA_SetGotoA(HANDLE hCA, LPCSTR Goto) ;

BOOL LVCA_SetGotoW(HANDLE hCA, LPCWSTR Goto) ;

 

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.

 

Goto

A pointer to the string containing the module name the caller will enter next.

 

Remarks

 

The Platform Designer does not inhibit the duplication of a Module name.  If there are multiple modules with the same name in the Platform Project, the first one found will be used.


Complete Help Topic List | Speech Platform Product Information