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.
 
 
 
 
 
 
CryptoAlgo-Dev 75c48ba87f
Merge pull request #4 from ArchGryphon9362/patch-1
4 years ago
..
macros.h Add source files 4 years ago
makefile Add source files 4 years ago
newfsp.aps Add source files 4 years ago
newfsp.c Add source files 4 years ago
newfsp.def Add source files 4 years ago
newfsp.dsp Add source files 4 years ago
newfsp.dsw Add source files 4 years ago
newfsp.h Add source files 4 years ago
newfsp.ncb Add source files 4 years ago
newfsp.opt Add source files 4 years ago
newfsp.rc Add source files 4 years ago
newfsp.txt Add source files 4 years ago
readme.txt Add source files 4 years ago
reg.c Add source files 4 years ago
reg.h Add source files 4 years ago
resource.h Add source files 4 years ago
sources Add source files 4 years ago
util.c Add source files 4 years ago

readme.txt

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.