Leaked source code of windows server 2003
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.
|
|
DDrop.DLL
This SDK sample handles directory drop.
When a News article arrives, this sample drops a copy of the article into the specify drop directory.
To build this sample, you need VC5.
* Modify SDKENV.BAT to reflect the correct root path to your SDK. If C:\NNTPSDK is your SDK root path, use "Set NNTPSDK=C:\NNTPSDK" * Run SDKENV.BAT * Execute "nmake /a /f makefile.vc" to build this sample. * Run "REGSVR32 DDROP.DLL" to register this DLL. * Modify regbind.cmd to bind to the expected event and set appropriate properties.
|