XLL+ Class Library

CXlSerialData::GetData

Returns a pointer to the internal byte array

[C++]
void* GetData() const;

Remarks

This function returns a typeless pointer the internal data buffer. It is the preferred route for gaining direct read access to the buffer.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods