home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / INETAWZ.AWX / TEMPLATE / CONFIRM.INF next >
Text File  |  1998-06-18  |  1KB  |  48 lines

  1. Internet Server Extension DLL project $$Root$$.mak
  2.  
  3. DLL name: $$Root$$.dll
  4.         DLL code in $$Root$$.h and $$Root$$.cpp
  5.         Resources in $$Root$$.rc
  6.  
  7. $$IF(GenExtension)
  8. This project will have a server extension class named $$ExtensionClass$$.
  9. $$ENDIF
  10. $$IF(GenFilter)
  11. This project will have a server filter class named $$FilterClass$$.
  12.         + Your filter will be notified at a $$FilterPriority$$ priority.
  13.         + Your filter will be notified about $$FilterSecure$$ connections.
  14. $$IF(NotifyPreproc || NotifyAuthenticate || NotifyURLMap || NotifySendRaw || NotifyReadRaw || NotifyEnd)
  15.         + Your filter will have handlers for these notification(s):
  16. $$IF(NotifyPreproc)
  17.                 + Header preprocessing completed
  18. $$ENDIF
  19. $$IF(NotifyAuthenticate)
  20.                 + Client authentication requests
  21. $$ENDIF
  22. $$IF(NotifyURLMap)
  23.                 + URL mapping requests
  24. $$ENDIF
  25. $$IF(NotifySendRaw)
  26.                 + Outgoing raw data
  27. $$ENDIF
  28. $$IF(NotifyReadRaw)
  29.                 + Incoming raw data
  30. $$ENDIF
  31. $$IF(NotifyEnd)
  32.                 + End of connection
  33. $$ENDIF
  34. $$ENDIF
  35. $$ENDIF
  36.  
  37. $$IF(UseAnyMFC)
  38. $$IF(UseMFCDLL)
  39. Your project will be configured to use MFC in a DLL.
  40. $$ELSE
  41. Your project will be configured to statically link to MFC.
  42. $$ENDIF
  43. $$ELSE
  44. Your project will not link with the main MFC libraries.
  45. $$ENDIF
  46.  
  47.     
  48.