Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes data from the Clipboard that was placed there by a previous call to SetClipboard.
static void PASCAL FlushClipboard( );
Remarks
This function also causes any data still on the Clipboard to be immediately rendered. Call this function when it is necessary to delete the data object last placed on the Clipboard from memory. Calling this function ensures that OLE will not require the original data source to perform Clipboard rendering.
Requirements
Header: afxole.h
See Also
Reference
COleDataSource::GetClipboardOwner