最終更新:2014-07-17 (木) 11:23:39 (3565d)  

HIDP_CAPS
Top / HIDP_CAPS

Summarizes a top-level collection's capability.

http://msdn.microsoft.com/en-us/library/windows/hardware/ff539697(v=vs.85).aspx

構造

  • typedef struct _HIDP_CAPS {
      USAGE  Usage;
      USAGE  UsagePage;
      USHORT InputReportByteLength;
      USHORT OutputReportByteLength;
      USHORT FeatureReportByteLength;
      USHORT Reserved[17];
      USHORT NumberLinkCollectionNodes;
      USHORT NumberInputButtonCaps;
      USHORT NumberInputValueCaps;
      USHORT NumberInputDataIndices;
      USHORT NumberOutputButtonCaps;
      USHORT NumberOutputValueCaps;
      USHORT NumberOutputDataIndices;
      USHORT NumberFeatureButtonCaps;
      USHORT NumberFeatureValueCaps;
      USHORT NumberFeatureDataIndices;
    } HIDP_CAPS, *PHIDP_CAPS;

関連