|
| 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
CSpEvent::Serialize
CSpEvent::Serialize copies an event instance and then serializes the new instance. The new instance must be based on SPSERIALIZEDEVENT or SPSERIALIZEDEVENT64
void Serialize(
T *pSerEvent
);
Parameters
- pSerEvent
- [ out ] The event for the passed back serialization. Member elParamType must not be SPET_LPARAM_IS_OBJECT.
Return values
None, however member SerializedlParam is set to the size of the serialized structure.
Copies an existing event instance and then serializes the new instance.
HRESULT Serialize(
T **ppCoMemSerEvent,
ULONG *pcbSerEvent
);
Parameters
- ppCoMemSerEvent
- [ out ] The event for the passed back serialization. It is allocated and serialized. When no longer required, it must be manually freed with CoMemTaskFree().
- pcbSerEvent
- [ out ] The number of bytes allocated for the serialization. On an error, it will be zero.
Return values
Value |
Description |
S_OK |
Serialization completed successfully. |
E_OUTOFMEMORY |
Exceeded available memory. |
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