EnumDefaultIndex property (ICapabilityEnumeration Interface)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

long EnumDefaultIndex

Overview

Refer to How to Work with the Containers - MFC.

Remarks

Get or sets the index of the default value in the enumeration item list contained in the ICapabilityEnumeration interface, where the ICapabilityEnumeration interface represents a container of type TW_ENUMERATION.

When getting capability information, this property contains the index of the default value in the enumeration item list in the TW_ENUMERATION container associated with the capability. When setting a capability, this property should contain the index of the default value in the enumeration item list to be set in the TW_ENUMERATION container.

This index can be passed to the EnumCapValue property to get the actual value in the enumeration item list.

See Also

Elements

EnumItemType property, EnumCapValue property, EnumNumOfItems property, EnumCurrentIndex property.

Topics

TWAIN Functionality: Capability Functions