CloseArchive: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
Line 7: Line 7:
CloseArchive should return zero on success, or one of the error values otherwise. It should free all the resources associated with the open archive.
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]].
* The parameter ''hArcData'' refers to the value returned by a programmer within a previous call to [[OpenArchive]].

Revision as of 14:58, 18 April 2006

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.