◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINFRAMEMGR WM_SETACCELTABLE haccel = (HACCEL) HWNDFROMMP(mp1); /* handle of accelerator table */ The WM_SETACCELTABLE message is sent to a frame window to set the handle of the accelerator table. Parameter Description ──────────────────────────────────────────────────────────────────────────── haccel Low and high word of mp1. Identifies the accelerator table. Return Value An application should return zero if it processes this message. See Also WM_QUERYACCELTABLE ♦