CZipFileMemberIterator Class Reference

#include <zipfilememberiterator.h>

Link against: ezip.lib

class CZipFileMemberIterator
Public Member Functions
IMPORT_C CZipFileMember *NextL(void)

Detailed Description

An iterator class for iterating though all the entries in the archive.

Member Function Documentation

NextL ( void )

IMPORT_C CZipFileMember *NextL(void)

Moves the entry iterator onto the next zip file member contained in the ZIP file. It returns a newly allocated CZipFileMember object that the caller is responsibile for de-allocating.

Return Value
new CZipFileMember* if next file member exist NULL when no more members exist
Leave Codes
...Any one of the system-wide error codes for other errors.