RegKeyEntry Fields | regdiff Code Documentation |
The RegKeyEntry type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
DefaultValue |
Default value or null if undefined
| |
Keys |
Subkeys relative to this key
| |
Name |
Name of the key (not the complete path name: use the Path member for that)
| |
RemoveFlag |
Flag indicating wether the .REG file actually asks to REMOVE this value, rather than add it.
| |
Values |
Values in this key
|
See Also