Jump to content

ACCEL

From EDM2
Revision as of 17:31, 11 May 2024 by Martini (talk | contribs) (Created page with "Accelerator structure. <PRE> typedef struct _ACCEL { USHORT fs; Options.: USHORT key; Key.: USHORT cmd; Command code.: } ACCEL; typede...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Accelerator structure.

typedef struct _ACCEL {
  USHORT     fs;   /*  Options. */
  USHORT     key;  /*  Key. */
  USHORT     cmd;  /*  Command code. */
} ACCEL;

typedef   ACCEL   * PACCEL ;