Summary
dfCloseCmp deletes the comparing context, created by function dfOpenCmpByNames or dfOpenCmpByHandles and frees up associated resources.
Syntax
|
int dfCloseCmp ( PDfCmp pCmp ); |
Arguments
pCmp
[Input]
Pointer on the comparing context.
May be NULL.
Return Values
If function succeeds, the return value is zero (EDF_SUCCESS).
If function fails, the return value is EDF_FATAL
See also
TDfCmp, dfOpenCmpByNames, dfOpenCmpByHandles