The AccelTableEntry structure describes the data in an individual accelerator table resource.
struct AccelTableEntry { WORD fFlags; WORD wAnsi; WORD wId; WORD padding; };
Value |
Meaning |
FVIRTKEY |
The accelerator key is a virtual-key code. If this flag is not specified, the accelerator key is assumed to specify an ASCII character code. |
FNOINVERT |
A menu item on the menu bar is not highlighted when an accelerator is used. |
FSHIFT |
The accelerator is activated only if the user presses the SHIFT key. This flag applies only to virtual keys. |
FCONTROL |
The accelerator is activated only if the user presses the CTRL key. This flag applies only to virtual keys. |
FALT |
The accelerator is activated only if the user presses the ALT key. This flag applies only to virtual keys. |
0x80 |
The entry is last in an accelerator table. |
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.
file: /Techref/os/win/api/win32/struc/src/str00_3.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 02:21,
18.225.92.95:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/struc/src/str00_3.htm"> AccelTableEntry</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.