Copies the supplied data into the object, replacing any current contents
void Set( 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 copy of the supplied data buffer.
Header: xlserialize.h