Jump to content

WM QUERYACCELTABLE

From EDM2

This message returns the handle to the accelerator table of a window.

Syntax

param1
    ULONG ulReserved; /* Reserved value, should be 0. */

param2
    ULONG ulReserved; /* Reserved value, should be 0. */

Parameters

ulReserved (ULONG) - input
Reserved value, should be 0.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

haccel (HACCEL) - returns
Accelerator table handle.
NULLHANDLE: No accelerator table is associated with the window.
Other: The handle of the accelerator table associated with the window.

Default Processing

The default window procedure takes no action on this message, other than to set haccel to NULLHANDLE.