XLL+ Class Library (7.0)

CXlSerialData::Set

Copies the supplied data into the object, replacing any current contents

void Set(
   void* pvData,
   size_t cbData
) const;

Parameters

pvData

A pointer to an array of bytes, of size cbData.

cbData

Size of array of bytes.

Remarks

This function removes the current contents and replace them with a copy of the supplied data buffer.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods