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
 

dfOpenDfFile Function

Summary

dfOpenDfFile function is used to open existing df-file ant test its integrity.

Syntax

int dfOpenDfFile (

_TCHAR const * szDfFile,
TDfHandle * phDf );

Arguments

szDfFile

[Input]

Name of df-file.

phDf

[Output]

Pointer on the variable of type TDfHandle in which a special df-file descriptor is placed. This descriptor is valid only as a parameter in functions of LIBDF library.

Return Values

flash drive repair thumb drive data recovery digital camera repair services
deleted files recovery laptop recovery break password
professional data recovery data recovery tools file recovery software download

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_SYSERROR
  • EDF_OPEN_ERROR
  • EDF_READ_ERROR
  • EDF_DF_DAMAGED
  • EDF_DF_UNSUPP_VERSION

Remarks

After completion of the work with df-file it must be closed by dfCloseDfFile function call.

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