dvm v0.5.1 (2019-10-10T15:58:46Z)
Home
Dub
Repo
RegistryException
dvm
sys
Registry
Exception ///////////////////////////
version(Windows)
class
RegistryException :
WinAPIException
{
string
registryMsg
;
string
path
;
bool
isKey
;
this
(LONG code, string path, bool isKey, string registryMsg);
this
(string path, bool isKey, string registryMsg);
}
Constructors
this
this
(LONG code, string path, bool isKey, string registryMsg)
Undocumented in source.
this
this
(string path, bool isKey, string registryMsg)
Undocumented in source.
Members
Variables
isKey
bool
isKey
;
Undocumented in source.
path
string
path
;
Undocumented in source.
registryMsg
string
registryMsg
;
Undocumented in source.
Inherited Members
From WinAPIException
code
LONG
code
;
Undocumented in source.
windowsMsg
string
windowsMsg
;
Undocumented in source.
getMessage
string
getMessage
(DWORD errorCode)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dvm
sys
Registry
classes
RegistryException
enums
REG_OPTION_CREATE_LINK
RegKeyAccess
RegRoot
RegValueType
functions
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_DYN_DATA
HKEY_LOCAL_MACHINE
HKEY_PERFORMANCE_DATA
HKEY_USERS
regCloseKey
regCreateKey
regDeleteKey
regDeleteValue
regOpenKey
regQueryValue
regSetValue
regSetValueExpand
regValueExists
toRegDWord
toRegMultiSZ
toRegSZ
toRegSam
toString
structs
RegQueryResult
templates
DataTypeOf
Exception ///////////////////////////