ExportClipboard
Document ShellThe
ExportClipboardmethod updates the system clipboard if this clipboard object has been changed since the last update of the system clipboard.
void ExportClipboard ();DISCUSSION
OpenDoc calls this method internally. Parts must not call this method, but can instead call theSetPlatformClipboardmethod.After this method executes successfully, the system clipboard contains the most recently cut or copied items from this clipboard object.
EXCEPTIONS
This method may also throw platform-specific exceptions.
kODErrOutOfMemory- There is not enough memory to complete the operation.
SEE ALSO
TheODClipboard::SetPlatformClipboardmethod (page 94).