RegDiff CreateMergeKeyEntry Method | regdiff Code Documentation |
This function creates a new RegKeyEntry, that represents the merge information;
assuming that key 1 is the old information, and key 2 the new information
That means:
- includes all information from key 2
- if a key is missing in 2, it is to be removed
- 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 merge information
See Also