home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / filter.h < prev    next >
C/C++ Source or Header  |  1997-10-25  |  286b  |  14 lines

  1. #ifndef __FILTER_H__
  2. #define __FILTER_H__
  3.  
  4. int
  5. Filter(
  6.     PHTTP_FILTER_CONTEXT  pfc,
  7.     PHTTP_FILTER_RAW_DATA pRawData,
  8.     LPCSTR                pszStart,
  9.     UINT                  cch,
  10.     int                      iStart,
  11.     LPCSTR                pszSessionID);
  12.  
  13. #endif // __FILTER_H__
  14.