Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Camera Driver Structures
CSPROPERTY_BOUNDS_LONGLONG
CSPROPERTY_MEMBERSLIST