Description

Performs Open Verb on the CLIPBOARD.

Return Type

A Boolean value.   A Boolean with value True when the operation is successful.
Failure Returns False.

Failure conditions:
Implementation defined.

Syntax

object.ClipboardDataOpen (sDisplayName, pOverridden, lClipboardFormat, vacClipboardContent, sFileFolderPath, bVisible, ppUnknown)

The ClipboardDataOpen Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
lClipboardFormatRequired. A Long value. The Database Clipboard to open.
vacClipboardContentRequired. A Variant value. The filesystem folder base path to which the file may be retrieved. (Used for mcdatnsm_StoreCopyFileName storage mode).
sFileFolderPathRequired. A String value. The file path which may be used when the vacClipboardContent uses a relative file reference.
bVisibleRequired. A Boolean value. When True the object should be displayed in the GUI (when Applicable).
ppUnknownRequired. An IUnknown object.

Remarks

The object will be displayed in the GUI when bVisible is True (providing the object has a plug-in)
pUnknown MUST return a value when successful and ObjectStoreNode must be implemented to allow Node
of storage of ClipboardData.