Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
SpEventSerializeSize
SpEventSerializeSize calculates the required size of a buffer to serialize an event. The call must specify which type of serialized event.
Found in: sphelper.h
template <class T>
inline ULONG SpEventSerializeSize(
const SPEVENT *pEvent
);
Parameters
- pEvent
[in] The event structure to calculate the size of. pEvent must be either SPSERIALIZEDEVENT or SPSERIALIZEDEVENT64.
Return values
Size, in bytes, required to serialize the event.