|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| user32.lib
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
DestroyAcceleratorTable
The
DestroyAcceleratorTable function destroys an accelerator table. Before an application closes, it must
use this function to destroy each accelerator table that it created by using
the
CreateAcceleratorTable function.
BOOL DestroyAcceleratorTable(
HACCEL hAccel
| // handle to accelerator table
|
);
|
|
Parameters
hAccel
Identifies the accelerator table to destroy. This handle must have been
created by a call to the
CreateAcceleratorTable function.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error
information, call
GetLastError.
See Also
CopyAcceleratorTable,
CreateAcceleratorTable,
LoadAccelerators,
TranslateAccelerator
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database