Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CFrameWnd::m_hAccelTable
CFrameWnd                                   Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Remarks
 
  A protected variable of type HANDLE, this data member specifies the
  command accelerator table for the frame window. If the frame window
  doesn't have an accelerator table, this data member's value is NULL. The
  default PreTranslateMessage function uses the accelerator table to
  translate the appropriate keys into commands.
 
 
                                     -♦-