HIDP_VALUE_CAPS Record

The text for this record has been generated automatically. This means that it is not documented.

Group
File
Links
Pascal
HIDP_VALUE_CAPS = record
  UsagePage: TUsage;
  ReportID: BYTE;
  IsAlias: ByteBool;
  BitField: Word;
  LinkCollection: Word;
  LinkUsage: TUsage;
  LinkUsagePage: TUsage;
  IsRange: ByteBool;
  IsStringRange: ByteBool;
  IsDesignatorRange: ByteBool;
  IsAbsolute: ByteBool;
  HasNull: ByteBool;
  Reserved: BYTE;
  BitSize: Word;
  ReportCount: Word;
  Reserved_: array [0..4] of Word;
  UnitsExp: ULONG;
  Units: ULONG;
  LogicalMin: Integer;
  LogicalMax: Integer;
  PhysicalMin: Integer;
  PhysicalMax: Integer;
  case THIDVariantFlags of
    NotRange: (Reserved1: TUsage;
               Usage: TUsage;
               DataIndex: Word;
               DesignatorIndex: Word;
               Reserved2: Word;
               Reserved3: Word;
               Reserved4: Word;
               StringIndex: Word;);
    Range: (UsageMax: TUsage;
            UsageMin: TUsage;
            DataIndexMax: Word;
            DataIndexMin: Word;
            DesignatorMax: Word;
            DesignatorMin: Word;
            StringMax: Word;
            StringMin: Word;);
end;
JVCL System Components Runtime Package generated on 10/03/2011
The most up-to-date documentation is available and can be edited at http://wiki.delphi-jedi.org/JVCL_Help/HIDP_VALUE_CAPS