Description Returns whether GetClipboardParameter is supported by this McDataHandler.
-
Return Type
-
A Boolean value. The non-zero when the given clipboard criteria is supported. Failure Returns False.
-
Syntax
-
object.ClipboardParameterSupported (sDisplayName, pOverridden, [valClipFormatFilter], [vContentParm], [plCFChosen])
The ClipboardParameterSupported 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. | | valClipFormatFilter | Optional. A Variant value.
A VT_I4(Long) or a (VT_ARRAY + VT_I4) specifying the clipboard formats requested by the
caller. A VT_Empty (default) may be used to signify no filter criteria. | | vContentParm | Optional. A Variant value.
Specifies the implementation specific configuration information used in content creation of the data exposed through the clipboard format.
A VT_Empty (default) may be used to signify no filter criteria. | | plCFChosen | Optional. A Long value. | Remarks GetClipboardParameter should be supported to choose a content parameter when a clipboard format allows more than one
version of content.
|