CSnapInItemImpl::FillData

FillData( CLIPFORMAT cf, LPSTREAM pStream );

Parameters

cf

[in] The format (text, rich text, or rich text with OLE items) of the Clipboard.

pStream

[in] A pointer to the stream containing the object data.

Remarks

This function is called to retrieve information about the item.

To properly implement this function, copy the correct information into the stream (pStream), depending on the Clipboard format indicated by cf.

CSnapInItemImpl OverviewClass Members