Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CFrameWnd::LoadAccelTable
CFrameWnd                                   Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL LoadAccelTable( const char FAR* lpAccelTableName );
 
  Parameter          Description
 
  <lpAccelTableName> Identifies the name of the accelerator resource. Use
                     MAKEINTRESOURCE if the resource is identified with an
                     integer ID.
 
  Remarks
 
  Loads the specified accelerator table. The member function stores the
  table handle in m_hAccelTable. Only one table may be loaded at a time.
 
  Return Value
 
  TRUE if the accelerator table was successfully loaded; otherwise FALSE.
 
  See Also
 
  ::LoadAccelerators
 
 
                                     -♦-