AfxGetPerUserRegistration
Use this function to determine whether the application redirects registry access to the HKEY_CURRENT_USER (HKCU) node.
BOOL AFXAPI AfxGetPerUserRegistration();
반환 값
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).
설명
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.
요구 사항
Header: afxstat_.h