HIDP_BUTTON_CAPS Record

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

Group
File
Links
Pascal
HIDP_BUTTON_CAPS = record
  UsagePage: TUsage;
  ReportID: BYTE;
  IsAlias: ByteBool;
  BitField: Word;
  LinkCollection: Word;
  LinkUsage: TUsage;
  LinkUsagePage: TUsage;
  IsRange: ByteBool;
  IsStringRange: ByteBool;
  IsDesignatorRange: ByteBool;
  IsAbsolute: ByteBool;
  Reserved: array [0..9] of ULONG;
  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_BUTTON_CAPS