
This directory contains a NULLSPI. It's a base protocol service provider
template. It does nothing but printf when each of the function is called.

To compile: 
	nmake -f nullspi.mak

To install: 
	you must have administrative right on the computer.
	regsvr32 nullspi.dll

To uninstall: 
	you must have administrative right on the computer.
	regsvr32 /u nullspi.dll

Nullspi.dll should be installed only once. Multiple installs without
uninstalling the installed one would fail.

A testspi program can be found in ..\testspi\  to test if the nullspi is
correctly installed. 

Please direct all questions to xwh@cs.cornell.edu.

