BCGControlBar Pro for MFC
virtual CString CBCGPWorkspace::GetRegSectionPath ( LPCTSTR  szSectionAdd = _T(""))
virtual

Concatenates the relative path to a registry key with the application path.

Returns
A CString object, which contains an absolute path to a registry key.

Use this function when you need to build a registry path to the application data. It calls the BCGPGetRegPath global function that returns a root component of the application registry path and concatenates it with the szSectionAdd parameter.

Parameters
szSectionAddSpecifies a relative registry path to the application data.