Share via


CSPROPERTY_BOUNDS_LONG (Compact 2013)

3/26/2014

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

See Also

Reference

Camera Driver Structures
CS_TRUECOLORINFO