Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.2 KiB

  1. newfsp.dll is a sample Windows NT Fax virtual service provider.
  2. How to install:
  3. "regsvr32 newfsp.dll"
  4. Configuration:
  5. The newfsp configuration settings are found under
  6. "NewFsp: Sample Windows NT Fax Service Provider"
  7. in the registry under the Fax Device Providers key.
  8. The available configuration settings are:
  9. - LoggingEnabled: 0 - logging disabled, 1 - logging enabled
  10. This is initially set to 0
  11. - LoggingDirectory: A valid directory
  12. This is initially set to the directory from which
  13. "regsvr32 newfsp.dll" was run
  14. The newfsp device settings are found under
  15. "Devices\<Device Id>" in the registry under the
  16. newfsp key.
  17. The available configuration settings are:
  18. - Directory: A valid directory
  19. This is initially set to the directory from which
  20. "regsvr32 newfsp.dll" was run
  21. To send a fax:
  22. Set the fax number to "Dial exactly as typed" and
  23. specify a valid directory; e.g. "C:\temp". The fax
  24. will be copied to that directory.
  25. To receive a fax:
  26. Change the file attributes of a file in the directory
  27. associated with the device. The first tiff file found
  28. in that directory will be copied to the received fax.
  29. Limitations:
  30. There is minimal directory validation.
  31. There is no tiff validation.