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.

16 lines
552 B

  1. DDrop.DLL
  2. This SDK sample handles directory drop.
  3. When a News article arrives, this sample drops a copy of the
  4. article into the specify drop directory.
  5. To build this sample, you need VC5.
  6. * Modify SDKENV.BAT to reflect the correct root path to your SDK.
  7. If C:\NNTPSDK is your SDK root path, use "Set NNTPSDK=C:\NNTPSDK"
  8. * Run SDKENV.BAT
  9. * Execute "nmake /a /f makefile.vc" to build this sample.
  10. * Run "REGSVR32 DDROP.DLL" to register this DLL.
  11. * Modify regbind.cmd to bind to the expected event and set appropriate
  12. properties.