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