Click or drag to resize

IOleObjectGetClipboardData Method

Retrieves data from the clipboard.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int GetClipboardData(
	int dwReserved,
	out IDataObject data
)

Parameters

dwReserved  Int32
Reserved. Must be zero.
data  IDataObject
When this method returns, contains the clipboard data object.

Return Value

Int32
The HRESULT returned by the COM method.
See Also