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.
|
|
//+--------------------------------------------------------------------------- // // 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" };
|