Determines whether the data object pointer previously placed on the clipboard by the OleSetClipboard function is still on the clipboard.
WINOLEAPI OleIsCurrentClipboard(
IDataObject * pDataObject //Pointer to the data object previously
// copied or cut
);
OleIsCurrentClipboard only works for the data object used in the OleSetClipboard function. It cannot be called by the consumer of the data object to determine if the object that was on the clipboard at the previous OleGetClipboard call is still on the clipboard.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ole2.h.
Import Library: Included as a resource in ole32.dll.
OleFlushClipboard, OleSetClipboard