LVCA_GetCurrentModule

Retrieves the name of the current module.

 

BOOL LVCA_GetCurrentModuleA(HANDLE hCA, LPSTR Module, LONG * Size);

BOOL LVCA_GetCurrentModuleW(HANDLE hCA, LPWSTR Module, LONG * Size);

 

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 fill with the current module name.

 

Size

A pointer to a LONG containing size of the Module buffer.

 

Remarks

 

 


Complete Help Topic List | Speech Platform Product Information