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.
Loads information about user tools from the Windows registry.
BOOL LoadState(
LPCTSTR lpszProfileName=NULL
);
Parameters
- [in] lpszProfileName
The path of the Windows registry key.
Return Value
Nonzero if the state was loaded successfully; otherwise 0.
Remarks
This method loads the state of the CUserToolsManager Class object from the Windows registry.
Usually, you do not call this method directly. CWinAppEx::LoadState calls it as part of workspace initialization process.
Requirements
Header: afxusertoolsmanager.h