SpEventSerializeSize (Windows CE 5.0)
This function calculates the size of the buffer required to serialize the specified event.
inline ULONG SpEventSerializeSize(const SPEVENT* pEvent);
Parameters
- pEvent
[in] Pointer to an SPEVENT structure containing the event to serialize.
Return Values
Size, in bytes, required to serialize the event. The serialized event will be rendered in an SPSERIALIZEDEVENT or SPSERIALIZEDEVENT64 structure.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sphelper.h.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors