CWinAppEx::GetString
Visual Studio 2012
Reads string data from a specified registry key.
CString GetString(
LPCTSTR lpszEntry,
LPCTSTR lpzDefault= _T("")
);
This method reads string data written to the registry. To write data to the registry, use the methods CWinAppEx::WriteString or CWinAppEx::WriteSectionString.
The lpszEntry parameter is the name of a registry entry located under the default registry key for your application. To get or set the default registry key, use the methods CWinAppEx::GetRegistryBase and CWinAppEx::SetRegistryBase respectively.