Freigeben über


COleServerItem::OnGetClipboardData

Called by the framework to get a COleDataSource object containing all the data that would be placed on the Clipboard by a call to the CopyToClipboard member function.

virtual COleDataSource* OnGetClipboardData(
   BOOL bIncludeLink,
   LPPOINT lpOffset,
   LPSIZE lpSize 
);

Parameters

  • bIncludeLink
    Set this to TRUE if link data should be copied to the Clipboard. Set this to FALSE if your server application does not support links.

  • lpOffset
    The offset of the mouse cursor from the origin of the object in pixels.

  • lpSize
    The size of the object in pixels.

Return Value

A pointer to a COleDataSource object containing the Clipboard data.

Remarks

The default implementation of this function calls GetClipboardData.

Requirements

Header: afxole.h

See Also

Concepts

COleServerItem Class

COleServerItem Members

Hierarchy Chart

COleDataSource Class

COleDataSource::SetClipboard

COleServerItem::CopyToClipboard

COleServerItem::GetClipboardData