PopFaxMonitor.inf
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:1k
源码类别:

打印编程

开发平台:

Visual C++

  1. ; PopFaxMonitor.inf
  2. ;
  3. ; Installation inf for printer port monitor
  4. ;
  5. ; (c) Copyright 2007 Popesco inf for print monitor installation
  6. ;
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%PMProducer%
  10. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class=Printer
  12. [PortMonitors]
  13. "PopFax Port Monitor" = sampleportmon
  14. [sampleportmon]
  15. CopyFiles=@PopFaxLocalMon.dll, @PopFaxLocalUI.dll
  16. PortMonitorDll=PopFaxLocalMon.dll
  17. [SourceDisksFiles]
  18. PopFaxLocalMon.dll=1,,
  19. PopFaxLocalMon.dll=1,,
  20. [SourceDisksNames]
  21. 1="PopFax Port Monitor Installation Disk",,,
  22. [Strings]
  23. PMProducer="Popesco"