CSPROPERTY_STEPPING_LONG (Windows Embedded CE 6.0)
1/6/2010
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 for system use.
- 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 |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Camera Driver Structures
CSPROPERTY_BOUNDS_LONG
CSPROPERTY_MEMBERSLIST