WM SETACCELTABLE
Appearance
This message establishes the window accelerator table to be used for translation, when the window is active.
Syntax
param1 HACCEL haccelNew; /* New accelerator table. */ param2 ULONG ulReserved; /* Reserved value, should be 0. */
Parameters
- haccelNew (HACCEL) - input
- New accelerator table.
- ulReserved (ULONG) - input
- Reserved value, should be 0.
Returns
- rc (BOOL) - returns
- Success indicator.
- TRUE: Successful completion
- FALSE: Error occurred
Default Processing
The default window procedure takes no action on this message, other than to set rc to FALSE.