You are reading help file online using chmlib.com
|
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
);
Size, in bytes, required to serialize the event.
You are reading help file online using chmlib.com
|