CODController::CopyFromClipboard

void CODController::CopyFromClipboard(CODComponentSet* pCompSet)

Copies a set of components from the clipboard.

Defined in: OdController.cpp

Return Value

void

Parameters

pCompSet

The set of components to copy form the clipboard.

Comments

This function copies the clipboard data to the given set of components. If the Objective Views clipboard format is available, then the components are serialized from the clipboard. If the clipboard has enhanced metafile data, then it is placed in a metafile component. Finally, if text is available on the clipboard, a text component is created.