HIDP_KEYBOARD_DIRECTION

This enumeration specifies a make or a break code.

typedef enum _HIDP_KEYBOARD_DIRECTION {
  HidP_Keyboard_Break,
  HidP_Keyboard_Make
} HIDP_KEYBOARD_DIRECTION;

Elements

  • HidP_Keyboard_Break
    Break code indicator.
  • HidP_Keyboard_Make
    Make code indicator.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpi.h.

See Also

HID Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.