msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ACCELTABLE (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINACCELERATORS
 
typedef struct _ACCELTABLE {    /* acct */
    USHORT cAccel;
    USHORT codepage;
    ACCEL  aaccel[1];
} ACCELTABLE;
 
The ACCELTABLE structure contains an accelerator table.
 
Field      Description
────────────────────────────────────────────────────────────────────────────
 
cAccel     Specifies the number of accelerator entries. The default is 28.
 
codepage   Specifies the code page for the accelerator entries in the
           accelerator table of the default queue.
 
aaccel[1]  Specifies the accelerator entries. The actual dimension of this
           array of ACCEL structures is dependent on the number of
           accelerator entries.
 
See Also
 
WinCreateAccelTable, WinCopyAccelTable, ACCEL