ACCEL

Accelerator structure.

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

typedef   ACCEL   * PACCEL ;


[Back: Data Types]
[Next: ACCEL Field - fs]