SECEditController::CacheSelText

COleDataSource* SECEditController::CacheSelText(BOOL bClipboard)

Creates a new COleDataSource and calls the CacheGlobalData method of the data source object.

Defined in: SECEditController.cpp

Return Value

Returns a pointer to a newly created COleDataSource. The caller is responsible for freeing this object.

Parameters

bClipboard

If non-zero, indicates that the data object is to be used for pasting text to the clipboard; else the data object is to be used for drag and drop. The default implementation ignores this parameter.

See Also

SECEditController