![]() |
WGX library Architecture - Reference Manual - Guides |
|
Functions | |
BOOL __stdcall | WgxAddAccelerators (HINSTANCE hInstance, HWND hWindow, UINT AccelId) |
Loads an accelerator table and applies them to a single window and all its children. |
BOOL __stdcall WgxAddAccelerators | ( | HINSTANCE | hInstance, | |
HWND | hWindow, | |||
UINT | AccelId | |||
) |
Loads an accelerator table and applies them to a single window and all its children.
[in] | hInstance | handle to an instance of the module whose executable file contains the accelerator table to load. |
[in] | hWindow | handle to the window. |
[in] | AccelId | resource identifier of the accelerator table. |