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
 

TDfProgress Structure

Summary

Pointer on the structure TDfProgress which is passed the only parameter of the callback-function of the current phase execution progress.

Syntax

struct TDfInteract

{

EnDfPhase enPhase;
float fProgress;
float fEqProcent;
void * lpUserData;

};

Fields

enPhase – ID of the current phase.

usb data restore picture unerase key drive data undelete
best data recovery software data restore software disk recovery tools
files recovery password recovery software download laptop data recovery

fProgress – degree of current phase execution completion expressed in %.

fEqProcent – value of this field is actual only for eaphContentCmp phase. Contains the value equal to the sum of sizes of found identical parts in the old and new files, expressed in % relative to the size of the new file. Can be used for indication of how many identical parts have been found in the content of compared files.

lpUserData – value passed to the field lpUserData of TDfInteract structure.

Can be used by application program on its own.

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