virtual COleDataSource* OnGetClipboardData( BOOL bIncludeLink, LPPOINT lpOffset, LPSIZE lpSize );
Return Value
A pointer to a COleDataSource object containing the Clipboard data.
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.
Remarks
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. The default implementation of this function calls GetClipboardData.
COleServerItem Overview | Class Members | Hierarchy Chart
See Also COleDataSource, COleDataSource::SetClipboard, COleServerItem::CopyToClipboard, COleServerItem::GetClipboardData