struct ZIP_end_central_record
typedef struct ZIP_end_central_record {
long Signature;
int ThisDiskNumber;
int CentralDiskNumber;
int EntriesCentral;
long SizeCentral;
long OffsetCentral;
int ZipfileCommentLength;
};
#include <zip.h>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson