phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Key.deleteKey
std
windows
registry
Key
Deletes the named key.
class
Key
void
deleteKey
(
string
name
,
REGSAM
access
= cast(
REGSAM
)0
)
Parameters
name
string
The name of the key to delete. May not be
null
.
Meta
Source
See Implementation
std
windows
registry
Key
functions
createKey
deleteKey
deleteValue
flush
getKey
getValue
setValue
properties
keyCount
keyNames
keys
name
valueCount
valueNames
values
Deletes the named key.