Expand Minimize
This topic has not yet been rated - Rate this topic

CWinAppEx::SetRegistryBase

Sets the default registry path for the application.

LPCTSTR SetRegistryBase(
   LPCTSTR lpszSectionName = NULL
);
[in] lpszSectionName

A string that contains the path of a registry key.

A string that contains the path of the default registry location.

All methods of the CWinAppEx Class that access the registry start in a default location. Use this method to change that default registry location. Use CWinAppEx::GetRegistryBase to retrieve the default registry location.

Header: afxwinappex.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.