COleServerItem::AddOtherClipboardData

调用此函数将OLE项的表示和转换格式在指定的 COleDataSource 对象。

void AddOtherClipboardData(
   COleDataSource* pDataSource 
);

参数

  • pDataSource
    对数据应放置 COleDataSource 对象的指针。

备注

必须实现 OnDraw 成员函数为项提供呈现格式(图元文件图)。 支持其他转换格式,它们使用 COleDataSource 对象由 GetDataSource 返回并重写 OnRenderData 成员函数提供数据的格式要支持的注册。

要求

Header: afxole.h

请参见

参考

COleServerItem选件类

层次结构图

COleDataSource选件类

COleServerItem::GetDataSource

COleServerItem::GetEmbedSourceData

COleServerItem::OnDraw