CloseArchive

From TotalcmdWiki
Revision as of 14:09, 18 April 2006 by Francoisal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.