home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Regmod"
- 'This are the Main Keys that can be used to read or write
- 'NOTE: This declarations MUST exist in a module for the functions
- 'to work
- Public Const HKEY_CLASSES_ROOT = &H80000000
- Public Const HKEY_CURRENT_USER = &H80000001
- Public Const HKEY_LOCAL_MACHINE = &H80000002
- Public Const HKEY_USERS = &H80000003
- Public Const HKEY_CURRENT_CONFIG = &H80000005
- Public Const HKEY_DYN_DATA = &H80000006
-