KBD_GETSESMGRHOTKEY (76h) - Data Packet Format

┌──────────────────────────────────────┐
│Field          Length     C Datatype  │
├──────────────────────────────────────┤
│State          WORD       USHORT      │
├──────────────────────────────────────┤
│Make Code      BYTE       UCHAR       │
├──────────────────────────────────────┤
│Break Code     BYTE       UCHAR       │
├──────────────────────────────────────┤
│Hot Key ID     WORD       USHORT      │
└──────────────────────────────────────┘

Related C Data Structure

The HOTKEY data structure can be used by C programmers.

To include this data structure in your file, make sure INCL_DOSDEVIOCTL is defined before you include OS2.H.


[Back: KBD_GETSESMGRHOTKEY (76h) - Hot Key ID]
[Next: KBD_GETSESMGRHOTKEY (76h) - Returns]