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: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | lClipboardFormat | Required. A Long value. The Database Clipboard to open. | | vacClipboardContent | Required. A Variant value. The filesystem folder base path to which the file may be retrieved. (Used for mcdatnsm_StoreCopyFileName storage mode). | | sFileFolderPath | Required. A String value. The file path which may be used when the vacClipboardContent uses a relative file reference. | | bVisible | Required. A Boolean value. When True the object should be displayed in the GUI (when Applicable). | | ppUnknown | Required. 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.
|