Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Overview
» DF SDK™ Version 1.0.2.2
» DF SDK v1.0.2.2 Version History
» Binary Files Comparing
» Acknowledgments
Library LIBDF
» Introduction
» How it Works?
Getting Started
» File Comparing & Difference File Building
» df-file Applying (Reconstruction of New File)
Comparing & Diff
» dfOpenCmpByNames Function
» dfOpenCmpByHandles Function
» dfCompare Function
» dfTestCmpResult Function
» dfBuildN, dfBuildH Function
» dfCloseCmp Function
» TDfCmp Structure
» TDfCmpOptions Structure
» TDfCmpResult Structure
» TDfBldOptions Structure
Difference Applying
» dfOpenDfFile Function
» dfCloseDfFile Function
» dfGetDfInfo Function
» dfApplyN, dfApplyH Function
» dfTouch Function
» dfGetExtraDataSize Function
» dfGetExtraData Function
» TDfChangePhase Structure
» TDfInteract Structure
» TDfProgress Structure
Support Detail
» Error Codes
» Frequenlty Asked Questions
» How to Register DF SDK?
» DF SDK Update & Support
» Contact Information
 

TDfCmpResult Structure

Summary:

TDfCmpResult structure is assigned to return the results of dfCompare function operation.

Syntax:

struct TDfCmpResult

{

int iContentDiff;

int iFileNameDiff;

int iDateTimeDiff;

int iAttrsDiff;

};

Fields:

best data recovery software download data recovery tool data recovery software free
usb drive data recovery software formatted usb drive recovery repair digital camera
partition file recovery laptop data recovery passwords recovery

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.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals