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.

34 lines
553 B

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; nntpdrv.def
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This module contains the module definitions for the
  12. ; NNTP Store Driver proxy/stub DLL.
  13. ;
  14. ;Author:
  15. ;
  16. ; Bin Lin (binlin@microsoft.com)
  17. ;
  18. ;Revision History:
  19. ;
  20. ; binlin 01/29/98 created
  21. ;
  22. ;--*/
  23. ; NNTPDRV.def : Declares the module parameters.
  24. LIBRARY NNTPDRV.DLL
  25. EXPORTS
  26. DllCanUnloadNow PRIVATE
  27. DllGetClassObject PRIVATE
  28. DllRegisterServer PRIVATE
  29. DllUnregisterServer PRIVATE
  30. GetProxyDllInfo @5 PRIVATE