home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipComp.exe / XceedZip.Cab / F112453_Examples.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-12-13  |  663 b   |  29 lines

  1. #ifndef __EXAMPLES_H__
  2. #define __EXAMPLES_H__
  3.  
  4. /*
  5.  * Examples.h
  6.  * Copyright (c) 1998-1999, Xceed Software Inc.
  7.  *
  8.  * Description:
  9.  *    Sample application using the Xceed Zip 4 DLL API interface.
  10.  *    This file contains the prototypes of the sample functions.
  11.  *
  12.  */
  13.  
  14. #include "XceedZipAPI.h"
  15.  
  16. void DoZipExample( HWND hParent, HWND hList );
  17.  
  18. void DoUnzipExample( HWND hList );
  19.  
  20. void DoPreviewExample( HWND hParent, HWND hList, HXCEEDZIP* phZip );
  21.  
  22. void DoListingExample( HWND hParent, HWND hList );
  23.  
  24. void DoTestingExample( HWND hParent, HWND hList );
  25.  
  26. void DoGetContentsExample( HWND hParent, HWND hList );
  27.  
  28. #endif // __EXAMPLES_H__
  29.