Summary:
TDfCmpResult structure is assigned to return the results of dfCompare function operation.
Syntax:
struct TDfCmpResult {
}; |
Fields:
iContentDiff – this field contains the result of file content comparing.
Possible values:
-1 |
Old file content differs from that of a new one. |
0 |
Old file content is identical to that of a new one. |
1 |
One of file (old or new) was skipped during comparing context creation process. |
iFileNameDiff – this field contains the result of files names comparing.
Possible values:
-1 |
Names of files are considered different. |
0 |
Names of files are considered identical. |
1 |
One of file (old or new) was skipped during comparing context creation process. |
iDateTimeDiff – this field contains th result of comparing of files last modification date/time.
Possible values:
-1 |
Values of Last modification date/time of files are considered different. |
0 |
Values of Last modification date/time of files are considered identical. |
1 |
One of file (old or new) was skipped during comparing context creation process. |
iAttrsDiff – this field contains th result of comparing of files attributes.
Possible values:
-1 |
Attributes of files are considered different. |
0 |
Attributes of files are considered identical. |
1 |
One of file (old or new) was skipped during comparing context creation process. |