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: |
| object | An expression evaluating to an object of type McDataJournal. | | pUnknown | Required. An IUnknown object. The visible object. | | lClipFormat | Required. A Long value. The clipboard format requested. | | lScaleToWidthPixels | Optional. A Long value. Used to specify size when a picture is returned. | | lScaleToHeightPixels | Optional. A Long value. Used to specify size when a picture is returned. | | vContentParm | Optional. A Variant value. Implementation specific data. | | sDisplayName | Optional. A String value. Specifies the implementation when multiple implementations exist. |
|