LoadAccelerators
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function loads the specified accelerator table.
HACCEL LoadAccelerators( HINSTANCE hInstance, LPCTSTR lpTableName );
- hInstance
-
Handle to an instance of the module whose executable file contains the accelerator table to load.
- lpTableName
-
Long pointer to a null-terminated string that names the accelerator table to load. Alternatively, this parameter can specify the resource identifier of an accelerator-table resource in the low-order word and zero in the high-order word. The MAKEINTRESOURCE macro can be used to create this value.
The handle to the loaded accelerator table indicates success. NULL indicates failure. To get extended error information, call GetLastError.
Community Additions
Show: