Accelerator structure.

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

typedef   ACCEL   * PACCEL ;


[Back] [Next]