OleIsCurrentClipboard
Determines
whether the data object pointer previously placed on the clipboard by the OleSetClipboard
WINOLEAPI OleIsCurrentClipboard(
IDataObject * pDataObject |
//Pointer to the data object previously copied or
cut |
); |
|
Parameter
pDataObject
[in] Pointer
to the IDataObject
Return Values
S_OK
The IDataObject
pointer is currently on the clipboard and the caller is the owner of the
clipboard.
S_FALSE
The indicated
pointer is not on the clipboard.
Remarks
OleIsCurrentClipboard only works for the data object used in the OleSetClipboard
See Also