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
 

dfTestCmpResult Function

Summary

dfTestCmpResult analyses results of comparing, produced with function dfCompare (structure TDfCmpResult) and makes a conclusion whether compared files are equal or not.

best data recovery professional file recovery software best data recovery program
usb restore software compact flash recovery unerase picture
restore deleted partition notebook data recovery windows password recovery

Syntax

int dfTestCmpResult ( TDfCmpResult * pCmpRes );

Arguments

pCmpRes

[Input]

Pointer on a structure containing results of file comparing (produced with function dfCompare).

Can not be NULL.

Return Values

  • Returns "0", if files are considered identical.
  • Returns "1", if files are considered different by at least one of components (name, attributes, last modification date, content).
  • Returns "-1", if it is impossible to make a conclusion whether file are equal or not (as far as when creating of the comparing context one of files was skipped).
Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals