Returns a pointer to the internal byte array
[C++] void* GetData() const;
This function returns a typeless pointer the internal data buffer. It is the preferred route for gaining direct read access to the buffer.
Header: xlserialize.h
CXlSerialData Class | CXlSerialData Methods