|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
SAPI 5.1
ISpSREngine::PrivateCallEx
ISpSREngine::PrivateCallEx performs the same task as ISpSREngine::PrivateCall, except that a variable sized data block can be returned from the engine to the engine extension object.
HRESULT PrivateCallEx(
void *pvEngineContext,
const void *pInCallFrame,
ULONG ulInCallFrameSize,
void **ppvCoMemResponse,
ULONG *pulResponseSize
);
Parameters
- pvEngineContext
- [in] The engine's pointer for this context, as returned from a previous call to OnCreateRecoContext.
- pInCallFrame
- [in] Address of the engine-specific input data.
- ulInCallFrameSize
- [in] Size, in bytes, of the engine-specific data contained in pInCallFrame.
- ppvCoMemResponse
- [out] Address of a pointer to the response block information from the SR engine. This must be allocated with CoTaskMemAlloc.
- pulResponseSize
- [out] Size, in bytes, of the ppvCoMemResponse data.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
FAILED(hr) |
Appropriate error message. |
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com