다음을 통해 공유


CSPROPERTY_STEPPING_LONG (Compact 2013)

3/26/2014

This structure defines the valid range of values for a 32-bit property.

Syntax

typedef struct {
  ULONG                  SteppingDelta;
  ULONG                  Reserved;
  CSPROPERTY_BOUNDS_LONG Bounds;
} CSPROPERTY_STEPPING_LONG, *PCSPROPERTY_STEPPING_LONG;

Members

  • SteppingDelta
    A ULONG value that specifies the step value that should be used to create legal values within the range defined in Bounds.
  • Reserved
    Reserved.
  • Bounds
    A CSPROPERTY_BOUNDS_LONG structure that specifies the range of values over which the SteppingDelta is valid.

Remarks

The CSPROPERTY_MEMBERSLIST structure may contain structures of this type in its Members array.

Requirements

Header

cs.h

See Also

Reference

Camera Driver Structures
CSPROPERTY_BOUNDS_LONG
CSPROPERTY_MEMBERSLIST