LVCA_API BOOL WINAPI LVCA_GetRawTextA(HANDLE hCA, LONG Index, LPSTR RawText, LONG* RawTextSize);
LVCA_API BOOL WINAPI LVCA_GetRawTextW(HANDLE hCA, LONG Index, LPWSTR RawText, LONG* RawTextSize);
LVCA_GetRawText
If successful,LVCA_GetRawTextA / LVCA_GetRawTextW returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
CAMSG_REC_BEFORE_CONFIRM
hCA (IN) Call handle passed into function
Index (IN) range = 0 to (count - 1)
RawText (OUT) Filled with concept string.
RawTextSize (IN) (OUT) Size of RawText.
The raw text is the translated BNF path identified.
If BNF is not utilized the return is identical to LVCA_GetPhrase.
Warning: The Size parameter will be set to the size of the string returned. Set this value before each call if it is used in multiple calls.
Complete Help Topic List | Speech Platform Product Information