RegKeyEntry Fields

tikumo.regis3

RegKeyEntry Fields regdiff Code Documentation
The RegKeyEntry type exposes the following members.
Fields

  NameDescription
Public fieldDefaultValue
Default value or null if undefined
Public fieldKeys
Subkeys relative to this key
Public fieldName
Name of the key (not the complete path name: use the Path member for that)
Public fieldRemoveFlag
Flag indicating wether the .REG file actually asks to REMOVE this value, rather than add it.
Public fieldValues
Values in this key
Back to Top
See Also