CSPROPERTY_STEPPING_LONGLONG (Compact 2013)
3/26/2014
This structure defines the valid range of values for a 64-bit property.
Syntax
typedef struct {
DWORDLONG SteppingDelta;
CSPROPERTY_BOUNDS_LONGLONG Bounds;
} CSPROPERTY_STEPPING_LONGLONG, *PCSPROPERTY_STEPPING_LONGLONG;
Members
- SteppingDelta
A DWORDLONG value that specifies the step value that should be used to create legal values within the range defined in Bounds.
- Bounds
A CSPROPERTY_BOUNDS_LONGLONG 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_LONGLONG
CSPROPERTY_MEMBERSLIST