INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'LoadAccelerators' function loads the specified accelerator table.
-- The 'TranslateAccelerator' procedure processes accelerator keys
-- for menu commands. The function translates a WM_KEYDOWN or
-- WM_SYSKEYDOWN message to a WM_COMMAND or WM_SYSCOMMAND message
-- (if there is an entry for the key in the specified accelerator table)
-- and then sends the WM_COMMAND or WM_SYSCOMMAND message directly
-- to the appropriate window procedure. 'TranslateAccelerator' does not
-- return until the window procedure has processed the message.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |