dvm v0.5.1 (2019-10-10T15:58:46Z)
Home
Dub
Repo
regCreateKey
dvm
sys
Registry
Undocumented in source. Be warned that the author may not have intended to support it.
HKEY
regCreateKey
(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access, bool wasCreated)
version(Windows)
HKEY
regCreateKey
(
HKEY
hKey
,
string
subKey
,
DWORD
dwOptions
,
RegKeyAccess
access
,
out
bool
wasCreated
)
HKEY
regCreateKey
(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access)
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