dfCloseDfFile Function
Summary
dfCloseDfFile closes df-file, opened by dfOpenDfFile function, and frees up all associated resources.
Syntax
int dfCloseDfFile ( TDfHandle hDf );
Arguments
hDf
[Input]
Special df-file descriptor, created by dfOpenDfFile function.
May by NULL.
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_FATAL
|