LVCA_GetUserDataA / LVCA_GetUserDataW

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 = "");

Defined as:

LVCA_GetUserDataByID

Return Value:

If successful, LVCA_GetUserDataA/LVCA_GetUserDataW 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

CAMSG_TIMEOUT

CAMSG_ERROR

CAMSG_CALLSTART

CAMSG_CALLSTOP

Params:

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

Notes:

The call is identical to the LVCA_GetUserData when Identifier = ""


Complete Help Topic List | Speech Platform Product Information