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.

49 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: N A T H L P. I D L
  7. //
  8. // Contents: IDL file for ipnathlp
  9. //
  10. // Notes:
  11. //
  12. // Author: kenwic
  13. //
  14. //----------------------------------------------------------------------------
  15. cpp_quote("//+-------------------------------------------------------------------------")
  16. cpp_quote("//")
  17. cpp_quote("// Microsoft Windows")
  18. cpp_quote("// Copyright (C) Microsoft Corporation, 1992-2000.")
  19. cpp_quote("//")
  20. cpp_quote("//--------------------------------------------------------------------------")
  21. cpp_quote("#if ( _MSC_VER >= 800 )")
  22. cpp_quote("#pragma warning(disable:4201)")
  23. cpp_quote("#endif")
  24. #ifndef DO_NO_IMPORTS
  25. import "ocidl.idl";
  26. #endif
  27. //////////////////////////////////////////
  28. // Type library
  29. [
  30. uuid(c3422e9a-4e85-4dd4-9305-de7e18e071a4),
  31. version(1.0),
  32. helpstring("IP NAT Helper")
  33. ]
  34. library IPNATHelperLib
  35. {
  36. importlib("stdole32.tlb");
  37. importlib("stdole2.tlb");
  38. #include "InternetGatewayDevice.idl"
  39. };