CSPROPERTY_BOUNDS_LONG (Windows Embedded CE 6.0)
1/6/2010
This structure defines the bounds for a 32-bit property.
Syntax
typedef union {
struct _SIGNED {
LONG SignedMinimum;
LONG SignedMaximum;
};
struct _UNSIGNED {
ULONG UnsignedMinimum;
ULONG UnsignedMaximum;
};
} CSPROPERTY_BOUNDS_LONG, *PCSPROPERTY_BOUNDS_LONG;
Members
- SignedMinimum
A LONG value that specifies a minimum bound as a signed 32-bit value.
- SignedMaximum
A LONG value that specifies a maximum bound as a signed 32-bit value.
- UnsignedMinimum
A ULONG value that specifies a minimum bound as an unsigned 32-bit value.
- UnsignedMaximum
A ULONG value that specifies a maximum bound as an unsigned 32-bit value.
Requirements
Header | cs.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |