You are reading help file online using chmlib.com
|
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
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_OUTOFMEMORY | Exceeded available memory. |
You are reading help file online using chmlib.com
|