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.
Creates and returns the absolute path of a registry key.
CString GetRegSectionPath(
LPCTSTR szSectionAdd = _T("")
);
Parameters
- [in] szSectionAdd
A string that contains the relative path of a registry key.
Return Value
A CString that contains the absolute path of a registry key.
Remarks
This method defines the registry key's absolute path by appending the relative path in szSectionAdd to the default registry location for your application. To get the default registry key, use the method CWinAppEx::GetRegistryBase.
Requirements
Header: afxwinappex.h