
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 2000.
//
//  File:       N A T H L P. I D L 
//
//  Contents:   IDL file for ipnathlp
//
//  Notes:      
//
//  Author:     kenwic 
//
//----------------------------------------------------------------------------



cpp_quote("//+-------------------------------------------------------------------------")
cpp_quote("//")
cpp_quote("//  Microsoft Windows")
cpp_quote("//  Copyright (C) Microsoft Corporation, 1992-2000.")
cpp_quote("//")
cpp_quote("//--------------------------------------------------------------------------")

cpp_quote("#if ( _MSC_VER >= 800 )")
cpp_quote("#pragma warning(disable:4201)")
cpp_quote("#endif")

#ifndef DO_NO_IMPORTS
import "ocidl.idl";
#endif

//////////////////////////////////////////
// Type library

[
    uuid(c3422e9a-4e85-4dd4-9305-de7e18e071a4),
    version(1.0),
    helpstring("IP NAT Helper")
]
library IPNATHelperLib
{
    importlib("stdole32.tlb");
    importlib("stdole2.tlb");

#include "InternetGatewayDevice.idl"
    
};
