WMDM_PROP_VALUES_RANGE

banner art

The WMDM_PROP_VALUES_RANGE structure describes a range of valid values for a particular property in a particular property configuration.

Syntax

typedef struct _WMDM_PROP_VALUES_RANGE{PROPVARIANT rangeMin;PROPVARIANT rangeMax;PROPVARIANT rangeStep;} WMDM_PROP_VALUES_RANGE;

Members

rangeMin

Minimum value in the range.

rangeMax

Maximum value in the range.

rangeStep

The step size in which valid values increment from the minimum value to the maximum value. This permits specifying discrete permissible values in a range.

Remarks

This structure is used in the WMDM_PROP_DESC structure to describe a range of valid values. A range of valid values is applicable when WMDM_ENUM_PROP_VALID_VALUES_ENUM is selected from the WMDM_ENUM_PROP_VALID_VALUES_FORM enumeration.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also