- HKEY_CLASSES_ROOT
HKEY HKEY_CLASSES_ROOT()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_CURRENT_CONFIG
HKEY HKEY_CURRENT_CONFIG()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_CURRENT_USER
HKEY HKEY_CURRENT_USER()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_DYN_DATA
HKEY HKEY_DYN_DATA()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_LOCAL_MACHINE
HKEY HKEY_LOCAL_MACHINE()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_PERFORMANCE_DATA
HKEY HKEY_PERFORMANCE_DATA()
Undocumented in source. Be warned that the author may not have intended to support it.
- HKEY_USERS
HKEY HKEY_USERS()
Undocumented in source. Be warned that the author may not have intended to support it.
- regCloseKey
void regCloseKey(HKEY hKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- regCreateKey
HKEY regCreateKey(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access, bool wasCreated)
Undocumented in source. Be warned that the author may not have intended to support it.
- regCreateKey
HKEY regCreateKey(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
- regDeleteKey
void regDeleteKey(HKEY hKey, string subKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- regDeleteValue
void regDeleteValue(HKEY hKey, string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- regOpenKey
HKEY regOpenKey(HKEY hKey, string subKey, RegKeyAccess access)
Registry Functions ///////////////////////////
- regQueryValue
DataTypeOf!(type) regQueryValue(HKEY hKey, string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- regQueryValue
RegQueryResult regQueryValue(HKEY hKey, string valueName)
Registry Functions: regQueryValue ///////////////////////////
- regSetValue
void regSetValue(HKEY hKey, string valueName, RegValueType type, ubyte[] data)
Registry Functions: regSetValue ///////////////////////////
Be very careful with this particuler version.
Make sure to follow all the rules in MS's documentation.
The other overloads of regSetValue are recommended over
this one, since they already handle all the proper rules.
- regSetValue
void regSetValue(HKEY hKey, string valueName, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName, string data, bool expand)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName, string[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName, uint data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValue
void regSetValue(HKEY hKey, string valueName, RegQueryResult data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regSetValueExpand
void regSetValueExpand(HKEY hKey, string valueName, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- regValueExists
bool regValueExists(HKEY hKey, string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- toRegDWord
ubyte[] toRegDWord(uint val)
Undocumented in source. Be warned that the author may not have intended to support it.
- toRegMultiSZ
ubyte[] toRegMultiSZ(string[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toRegSZ
ubyte[] toRegSZ(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- toRegSam
REGSAM toRegSam(RegKeyAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(RegRoot root)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(RegValueType type)
Undocumented in source. Be warned that the author may not have intended to support it.