Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WinDestroyAccelTable (1.2)
◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINACCELERATORS
BOOL WinDestroyAccelTable(haccel)
HACCEL haccel; /* handle of the accelerator table */
The WinDestroyAccelTable function destroys an accelerator table. Before an
application terminates, it should call this function for each accelerator
table created with a call to the WinCreateAccelTable function.
Parameter Description
────────────────────────────────────────────────────────────────────────────
haccel Identifies the accelerator table to be destroyed. This handle
must have been created by a previous call to the
WinCreateAccelTable function.
Return Value
The return value is TRUE if the function is successful or FALSE if an error
occurs.
See Also
WinCreateAccelTable, WinDestroyAtomTable, WinDestroyCursor, WinDestroyHeap,
WinDestroyMsgQueue, WinDestroyPointer, WinDestroyWindow
♦