XLL+ Class Library (7.0)

CXlMarshaledData::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: xlmarshal.h

See Also

CXlMarshaledData Class | CXlMarshaledData Methods