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
 

dfGetExtraDataSize Function

Summary

dfGetExtraDataSize provides extracting of the size of additional data which was saved in df-file when it was created.

Syntax

int dfGetExtraDataSize (

TDfHandle hDf,

size_t * pnExDataSize );

Arguments

hDf

[Input]

Special df-file descriptor, created by dfOpenDfFile function.

pnExDataSize

[Output]

Pointer on the variable where the requested value is placed.

Can not be NULL.

Return Values

deleted partition recovery laptop recovery free password recovery software
recover usb drive data pen drive recovery digital photo unerase
professional data recovery data recovery tools downloads file recovery products

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_FATAL

Remarks

If df-file does not contain additional data then function returns EDF_SUCCESS and *pnExDataSize is "0".

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