SetChangeVolProc

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

his function allows you to notify user about changing a volume when packing files.

 void __stdcall SetChangeVolProc (HANDLE hArcData, tChangeVolProc pChangeVolProc1);

Description

pChangeVolProc1 contains a pointer to a function that you may want to call when notifying user to change volume (e.g. insterting another diskette). You need to store the value at some place if you want to use it; you can use hArcData that you have returned by OpenArchive to identify that place.



Back to Packer plugins developer guide

Back to Packer plugins developer guide overview Back to TChangeVolProc