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:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
valClipFormatFilterOptional. 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.
vContentParmOptional. 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.
plCFChosenOptional. A Long value.

Remarks

GetClipboardParameter should be supported to choose a content parameter when a clipboard format allows more than one version of content.