home *** CD-ROM | disk | FTP | other *** search
- #ifndef __EXAMPLES_H__
- #define __EXAMPLES_H__
-
- /*
- * Examples.h
- * Copyright (c) 1998-1999, Xceed Software Inc.
- *
- * Description:
- * Sample application using the Xceed Zip 4 DLL API interface.
- * This file contains the prototypes of the sample functions.
- *
- */
-
- #include "XceedZipAPI.h"
-
- void DoZipExample( HWND hParent, HWND hList );
-
- void DoUnzipExample( HWND hList );
-
- void DoPreviewExample( HWND hParent, HWND hList, HXCEEDZIP* phZip );
-
- void DoListingExample( HWND hParent, HWND hList );
-
- void DoTestingExample( HWND hParent, HWND hList );
-
- void DoGetContentsExample( HWND hParent, HWND hList );
-
- #endif // __EXAMPLES_H__
-