Construction
| COleDataSource | Constructs a COleDataSource object. | 
Operations
| CacheData | Offers data in a specified format using a STGMEDIUM structure. | 
| CacheGlobalData | Offers data in a specified format using an HGLOBAL. | 
| DoDragDrop | Performs drag-and-drop operations with a data source. | 
| SetClipboard | Places a COleDataSource object on the Clipboard. | 
| Empty | Empties the COleDataSource object of data. | 
| FlushClipboard | Renders all data to the Clipboard. | 
| GetClipboardOwner | Verifies that the data placed on the Clipboard is still there. | 
| OnRenderData | Retrieves data as part of delayed rendering. | 
| OnRenderFileData | Retrieves data into a CFile as part of delayed rendering. | 
| OnRenderGlobalData | Retrieves data into an HGLOBAL as part of delayed rendering. | 
| OnSetData | Called to replace the data in the COleDataSource object. | 
| DelayRenderData | Offers data in a specified format using delayed rendering. | 
| DelayRenderFileData | Offers data in a specified format in a CFile pointer. | 
| DelaySetData | Called for every format that is supported in OnSetData. | 
COleDataSource Overview | Base Class Members | Hierarchy Chart