Share via


CSPROPERTY_BOUNDS_LONGLONG (Windows Embedded CE 6.0)

1/6/2010

This structure defines the bounds for a 64-bit property.

Syntax

typedef union {
  struct _SIGNED64 {
    LONGLONG  SignedMinimum;
    LONGLONG  SignedMaximum;
  };
  struct _UNSIGNED64 {
    DWORDLONG UnsignedMinimum;
    DWORDLONG UnsignedMaximum;
  };
} CSPROPERTY_BOUNDS_LONGLONG, *PCSPROPERTY_BOUNDS_LONGLONG;

Members

  • SignedMinimum
    A LONGLONG value that specifies a minimum bound as a signed 64-bit value.
  • SignedMaximum
    A LONGLONG value that specifies a maximum bound as a signed 64-bit value.
  • UnsignedMinimum
    A DWORDLONG value that specifies a minimum bound as an unsigned 64-bit value.
  • UnsignedMaximum
    A DWORDLONG value that specifies a maximum bound as an unsigned 64-bit value.

Requirements

Header cs.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures