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
CSpEvent::Deserialize
CSpEvent::Deserialize sets the current instance to the deserialized version of the specified event.
The current instance is cleared first. The original event is not modified.
template <class T>
HRESULT Deserialize(
const T *pSerEvent,
ULONG *pcbUsed = NULL
);
Parameters
- pSerEvent
The serialized event. - pcbUsed
Optional parameter passing back the number of bytes of the instance. The default NULL does not pass back any value; TRUE, does.
Return values
| Value |
| S_OK |
| E_OUTOFMEMORY |