CloseArchive
 
CloseArchive should perform all necessary operations when an archive is about to be closed.
 
int __stdcall CloseArchive (HANDLE hArcData);
 
Description
 
CloseArchive should return zero on success, or one of the error values otherwise. It should free all the resources associated with the open archive.
The parameter hArcData refers to the value returned by a programmer within a previous call to OpenArchive.