AfxGetPerUserRegistration
Use this function to determine whether the application redirects registry access to the HKEY_CURRENT_USER (HKCU) node.
BOOL AFXAPI AfxGetPerUserRegistration();
Return Value
TRUE indicates that the registry information is directed to the HKCU node; FALSE indicates that the application writes registry information to the default node. The default node is HKEY_CLASSES_ROOT (HKCR).
Remarks
If you enable registry redirection, the framework redirects access from HKCR to HKEY_CURRENT_USER\Software\Classes. Only the MFC and ATL frameworks are affected by the redirection.
To change whether the application redirects registry access, use AfxSetPerUserRegistration.
Requirements
Header: afxstat_.h
See Also
Reference
Macros, Global Functions, and Global Variables