Description

Returns the clipboard data for a visible object.

Return Type

A Variant value.   The clipboard data in the format stermined by the implementation.
Failure Returns False

Failure conditions:
* Invalid argument
* Criteria does not specify a Journal Object.

Syntax

object.ObjectClipboardData (pUnknown, lClipFormat, [lScaleToWidthPixels], [lScaleToHeightPixels], [vContentParm], [sDisplayName])

The ObjectClipboardData Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataJournal.
pUnknownRequired. An IUnknown object. The visible object.
lClipFormatRequired. A Long value. The clipboard format requested.
lScaleToWidthPixelsOptional. A Long value. Used to specify size when a picture is returned.
lScaleToHeightPixelsOptional. A Long value. Used to specify size when a picture is returned.
vContentParmOptional. A Variant value. Implementation specific data.
sDisplayNameOptional. A String value. Specifies the implementation when multiple implementations exist.