The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.