CloseArchive: Difference between revisions
Jump to navigation
Jump to search
Francoisal (talk | contribs) No edit summary |
m (backlinks) |
||
(One intermediate revision by one other user not shown) | |||
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]]. | ||
{{backlink|Packer plugins developer guide|Packer plugins developer guide}} | |||
{{back|Packer plugins developer guide overview|Packer plugins developer guide overview}} | |||
{{back|OpenArchive|OpenArchive}} |
Latest revision as of 18:46, 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.
Back to Packer plugins developer guide
Back to Packer plugins developer guide overview Back to OpenArchive