RegDiff CreateDiffKeyEntry Method | regdiff Code Documentation |
This function creates a new RegKeyEntry, that represents the diff information;
assuming that key 1 is the old information, and key 2 the new information
That means:
- if a key is missing in 1, it is to be added
- if a key is missing in 2, it is to be removed
- if a value is missing in 1, it is to be added
- if a value is missing in 2, it is to be removed
- if a value has changed, use the data from 2
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Return Value
Type: RegKeyEntryA newly created RegKeyEntry that describes the differences
See Also