Click or drag to resize

Ole32FuncOleIsCurrentClipboard Method

Determines whether the specified data object is on the clipboard.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int OleIsCurrentClipboard(
	IDataObject pDataObject
)

Parameters

pDataObject  IDataObject
The data object to test.

Return Value

Int32
The HRESULT returned by OLE.
See Also