Share via


RANGE Structure

The RANGE structure defines a range of valid property values.

Syntax

typedef struct range {
  DWORD MinValue;
  DWORD MaxValue;
}RANGE, *LPRANGE;

Members

  • MinValue
    Lowest possible value in a range.

  • MaxValue
    Highest possible value in a range.

Remarks

The RANGE structure is used to specify a valid range of numbers for a protocol property. If the DataQualifier member of the PROPERTYINFO structure is set to PROP_QUAL_RANGE, the lpRange member of the PROPERTYINFO structure must provide a pointer to a RANGE structure.

Requirements

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Netmon.h

See Also

PROPERTYINFO

Send comments about this topic to Microsoft

Build date: 11/9/2009