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.

52 lines
631 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. imports.idl
  5. Abstract:
  6. Domain Name System (DNS) Server
  7. Allows use of headers specified by "imports.h" in RPC API.
  8. Author:
  9. Jim Gilroy (jamesg) September, 1995
  10. Revision History:
  11. --*/
  12. //
  13. // Interface definition
  14. //
  15. [
  16. uuid(95881790-f5e7-11ce-9335-0020af04fa8f),
  17. version(1.0),
  18. pointer_default(unique)
  19. ]
  20. //
  21. // Interface name
  22. //
  23. interface imports
  24. //
  25. // Interface
  26. // - simply bring in imports.h
  27. //
  28. {
  29. #define MIDL_PASS
  30. #include "imports.h"
  31. }
  32. //
  33. // End of imports.idl
  34. //