Retrieves user data based on string identifier.
LVCA_API BOOL WINAPI LVCA_GetUserDataW(HANDLE hCA, void** Param, LPCWSTR Identifier = L"");
LVCA_API BOOL WINAPI LVCA_GetUserDataA(HANDLE hCA, void** Param, LPCSTR Identifier = "");
LVCA_GetUserDataByID
If successful, LVCA_GetUserDataA/LVCA_GetUserDataW returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
CAMSG_ENTERMODULE
CAMSG_REC_BEFORE_CONFIRM
CAMSG_REC_AFTER_CONFIRM
CAMSG_TIMEOUT
CAMSG_ERROR
CAMSG_CALLSTART
CAMSG_CALLSTOP
hCA (IN) The handle given by the event callback.
Param (OUT) The pointer which will be set to the call's User Data pointer.
Identifier (IN) Unique Identifier
The call is identical to the LVCA_GetUserData when Identifier = ""
Complete Help Topic List | Speech Platform Product Information