Session Manager Hot Key data structure.

typedef struct _HOTKEY {
  USHORT     fsHotKey;          /*  State Key Flag. */
  UCHAR      uchScancodeMake;   /*  The Scan Code of the hot key, Make. */
  UCHAR      uchScancodeBreak;  /*  The Scan Code of the hot key, Break. */
  USHORT     idHotKey;          /*  Hot Key Id. */
} HOTKEY;

typedef   HOTKEY   * PHOTKEY ;


[Back] [Next]