Windows NT and 95: Additional registry keys
Keywords:
There are some pre-defined registry keys in Windows NT and 95 that we don't have constants for.Users can specify their values as follows:
HKEY_PERFORMANCE_DATA @REGCLASSES + 4 HKEY_CURRENT_CONFIG @REGCLASSES + 5 HKEY_DYN_DATA @REGCLASSES + 6The remaining registry keys can be accessed via the following:
HKEY_CLASSES_ROOT @REGCLASSES HKEY_CURRENT_USER @REGCURRENT HKEY_LOCAL_MACHINE @REGMACHINE HKEY_USERS @REGUSERSNOTE: The @REGROOT constant is to be used for 16 bit Windows only.
Article ID: W13731Filename: Registry Keys additional for NT and 95 .txt