| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
AccelTableEntry
The AccelTableEntry structure describes the data in an individual accelerator table resource.
struct AccelTableEntry { WORD fFlags; WORD wAnsi; WORD wId; WORD padding; };
Remarks
The AccelTableEntry structure is repeated for all accelerator table entries in the resource. The last entry in the table is flagged with the value 0x0080. You can compute the number of elements in the table if you divide the length of the resource by eight. Then your application can randomly access the individual fixed-length entries.
See Also
CreateAcceleratorTable
|
| |
Win32 API Glossary INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 A: Page 1 of 8.
|
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|