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.

36 lines
539 B

  1. /*++
  2. Copyright (c) 1997-2002 Microsoft Corporation
  3. Module Name:
  4. DnsPluginSample.h
  5. Abstract:
  6. Domain Name System (DNS) Sample Plugin DLL
  7. Author:
  8. Jeff Westhead jwesth January 2002
  9. Revision History:
  10. --*/
  11. #ifndef _DNSPLUGINSAMPLE_INCLUDED_
  12. #define _DNSPLUGINSAMPLE_INCLUDED_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <windns.h>
  18. #include <dnsapi.h>
  19. #include "..\..\server\DnsPluginInterface.h"
  20. #endif // _DNSPLUGINSAMPLE_INCLUDED_