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.
 
 
 
 
 
 
Shaswata Das 827363a95b
Create LICENSE
4 years ago
..
ddrop.cpp commiting as it is 4 years ago
ddrop.def commiting as it is 4 years ago
ddrop.idl commiting as it is 4 years ago
ddrop.rc commiting as it is 4 years ago
dllmain.cpp commiting as it is 4 years ago
filter.h commiting as it is 4 years ago
makefile commiting as it is 4 years ago
makefile.inc commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
regbind.cmd commiting as it is 4 years ago
resource.h commiting as it is 4 years ago
sources commiting as it is 4 years ago
stdafx.cpp commiting as it is 4 years ago
stdafx.h commiting as it is 4 years ago
stdafx.rgs commiting as it is 4 years ago

readme.txt

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.