Jump to content

ACCEL

From EDM2
Revision as of 12:29, 2 April 2025 by Ak120 (talk | contribs)
(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 ;

Fields

fs (USHORT)
Options.
key (USHORT)
Key.
cmd (USHORT)
Command code.
The value to be placed in the uscmd parameter of a WM_HELP, a WM_COMMAND, or a WM_SYSCOMMAND.