Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
 
 
                                     -♦-