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