Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

28 lines
527 B

// routeext.idl : IDL source for routeext.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (routeext.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(DAB1A255-4FD7-11D1-842C-00C04FB6C218),
version(1.0),
helpstring("routeext 1.0 Type Library")
]
library ROUTEEXTLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(DAB1A262-4FD7-11D1-842C-00C04FB6C218),
helpstring("Route Class")
]
coclass Route
{
[default] interface IUnknown;
}
};