.
The OleIsCurrentClipboard API
3/16/2007 8:08:28 AM - -65.42.190.115
.
[DllImport("ole32.dll")] static extern int OleIsCurrentClipboard(IDataObject pDataObject);
The IDataObject interface is used by the Clipboard class and in drag-and-drop operations.
4/13/2008 9:27:56 PM - -84.9.187.95
.