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
 

dfCompare Function

Summary

dfCompare performs comparing of files, which are set by the comparing context and saves them in the context for further utilization upon df-file building using functions dfBuildN or dfBuildH.

Syntax

int dfCompare (

PTDfCmp
pCmp,

TDfCmpOptions *
pCmpOpt,

TDfInteract *
pInteract,

TDfCmpResult *
pCmpRes );

Arguments

pCmp

[Input]

Pointer on the comparing context.

pCmpOpt

digital picture unerase restore usb files pen drive data undelete
drive recovery products professional data recovery data recovery utilities download
free windows password recovery deleted partition recovery notebook recovery

[Input]

Pointer on the structure with comparing parameters (see description of the structure TDfCmp for details).

If NULL then default parameters values are taken.

pInteract

[Input]

Pointer on the structure of interaction with application program (see description of the structure TDfInteract for details).

Can be set NULL.

pCmpRes

[Output]

Contains the result of files comparing in case of successful execution of the function of field structure, which pCmpRes points on (see description of the structure TDfCmpResult for details).

Return Values

If the function succeeds, the return value is zero (EDF_SUCCESS).

If the function fails, the return value is one of the following:

  • EDF_BAD_PARAM
  • EDF_OUT_OF_MEMORY
  • EDF_FATAL
  • EDF_SYS_ERROR
  • EDF_READ_ERROR
  • EDF_ABORTED

Remarks

Function dfCompare can be called for an unlimited times with different parameters during all lifecycle of the comparing context.

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