Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads global toolbar options from the Windows registry.
static BOOL LoadParameters(
LPCTSTR lpszProfileName=NULL
);
Parameters
- [in] lpszProfileName
Specifies the relative path of the Windows registry key.
Return Value
Nonzero if the method succeeds; otherwise 0.
Remarks
This method loads global parameters such as the menu animation type, the menu shadow style, and whether to display large icons from the Windows registry.
The CWinAppEx::LoadState method calls this method as a part of the initialization process of the application.
Requirements
Header: afxtoolbar.h