The LoadAccelerators function loads the specified accelerator table.
HACCEL LoadAccelerators(
HINSTANCE hInstance, |
// handle of application instance |
LPCTSTR lpTableName |
// address of table-name string |
); |
If the function succeeds, the return value is the handle of the loaded accelerator table.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
If the accelerator table has not yet been loaded, the function loads it from the specified executable file.
Accelerator tables loaded from resources are freed automatically when the application terminates.
CopyAcceleratorTable, CreateAcceleratorTable, DestroyAcceleratorTable, MAKEINTRESOURCE
file: /Techref/os/win/api/win32/func/src/f53_8.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 14:21,
3.22.248.100: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://linistepper.com/Techref/os/win/api/win32/func/src/f53_8.htm"> LoadAccelerators</A> |
Did you find what you needed? |