CSnapInItemImpl::FillData

This function is called to retrieve information about the item.

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

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

Requirements

Header: atlsnap.h

See Also

Reference

CSnapInItemImpl Class

Other Resources

CSnapInItemImpl Members