CFrameWnd::LoadAccelTable
Visual Studio 2012
Call to load the specified accelerator table.
BOOL LoadAccelTable( LPCTSTR lpszResourceName );
Only one table can be loaded at a time.
Accelerator tables loaded from resources are freed automatically when the application terminates.
If you call LoadFrame to create the frame window, the framework loads an accelerator table along with the menu and icon resources, and a subsequent call to this member function is then unnecessary.