Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOLLoadAccelTable(LPCTSTRlpszResourceName**);**
Return Value
Nonzero if the accelerator table was successfully loaded; otherwise 0.
Parameters
lpszResourceName
Identifies the name of the accelerator resource. Use MAKEINTRESOURCE if the resource is identified with an integer ID.
Remarks
Call to load the specified accelerator table. 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.
CFrameWnd Overview | Class Members | Hierarchy Chart
See Also CFrameWnd::LoadFrame,