Attaches the supplied data to the object, replacing any current contents
[C++]
void Attach(
void* pvData,
size_t cbData
) const;
A pointer to an array of bytes, of size cbData.
Size of array of bytes.
This function removes the current contents and replace them with a
reference to the supplied data buffer.
The buffer must have been allocated using the
CXlSerialData::Alloc() static method.
Header: xlserialize.h