Ole32FuncOleIsCurrentClipboard Method |
Determines whether the specified data object is on the clipboard.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int OleIsCurrentClipboard(
IDataObject pDataObject
)
Parameters
- pDataObject IDataObject
- The data object to test.
Return Value
Int32The HRESULT returned by OLE.
See Also