windows-nt/Source/XPSP1/NT/printscan/fax/samples/newfsp
2020-09-26 16:20:57 +08:00
..
macros.h Add source files 2020-09-26 16:20:57 +08:00
makefile Add source files 2020-09-26 16:20:57 +08:00
newfsp.aps Add source files 2020-09-26 16:20:57 +08:00
newfsp.c Add source files 2020-09-26 16:20:57 +08:00
newfsp.def Add source files 2020-09-26 16:20:57 +08:00
newfsp.dsp Add source files 2020-09-26 16:20:57 +08:00
newfsp.dsw Add source files 2020-09-26 16:20:57 +08:00
newfsp.h Add source files 2020-09-26 16:20:57 +08:00
newfsp.ncb Add source files 2020-09-26 16:20:57 +08:00
newfsp.opt Add source files 2020-09-26 16:20:57 +08:00
newfsp.rc Add source files 2020-09-26 16:20:57 +08:00
newfsp.txt Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
reg.c Add source files 2020-09-26 16:20:57 +08:00
reg.h Add source files 2020-09-26 16:20:57 +08:00
resource.h Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00
util.c Add source files 2020-09-26 16:20:57 +08:00

newfsp.dll is a sample Windows NT Fax virtual service provider.


How to install:
"regsvr32 newfsp.dll"


Configuration:
The newfsp configuration settings are found under 
"NewFsp: Sample Windows NT Fax Service Provider" 
in the registry under the Fax Device Providers key.

The available configuration settings are:
 - LoggingEnabled:   0 - logging disabled, 1 - logging enabled
      This is initially set to 0
 - LoggingDirectory: A valid directory
      This is initially set to the directory from which
      "regsvr32 newfsp.dll" was run

The newfsp device settings are found under
"Devices\<Device Id>" in the registry under the
newfsp key.

The available configuration settings are:
 - Directory: A valid directory
      This is initially set to the directory from which
      "regsvr32 newfsp.dll" was run


To send a fax:
Set the fax number to "Dial exactly as typed" and
specify a valid directory; e.g. "C:\temp".  The fax
will be copied to that directory.


To receive a fax:
Change the file attributes of a file in the directory
associated with the device.  The first tiff file found
in that directory will be copied to the received fax.


Limitations:
There is minimal directory validation.
There is no tiff validation.