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 Inc daad8a087a Add source files 4 years ago
..
faxsiren.aps Add source files 4 years ago
faxsiren.cpp Add source files 4 years ago
faxsiren.def Add source files 4 years ago
faxsiren.dsp Add source files 4 years ago
faxsiren.dsw Add source files 4 years ago
faxsiren.ncb Add source files 4 years ago
faxsiren.opt Add source files 4 years ago
faxsiren.plg Add source files 4 years ago
faxsiren.rc Add source files 4 years ago
faxsiren.reg Add source files 4 years ago
makefile Add source files 4 years ago
makefile.sdk Add source files 4 years ago
readme.txt Add source files 4 years ago
resource.h Add source files 4 years ago
sources Add source files 4 years ago

readme.txt

This is a fax routing extension SDK sample.  To make this routing extension work, you should:

1) copy the executable faxsiren.dll to %systemroot%\system32
2) execute "regsvr32 %systemroot%\system32\faxsiren.dll"

This routing extension contains one routing method which copies a file to a specified directory, sets a
named event, and then beeps. An application running in a different process could wait on this named event
to be signalled and then do something. This illustrates one possible framework to do tasks in the execution context
of the fax service as well as out of it's execution context.

Note that this extension doesn't save per-device configuration information, or persistent global routing information
for that matter. It is recommended that if you have per device configuration which you want the user to modify, then
you allow provide an MMC snapin extension which extends the fax service device node with a property sheet.