// NetCmpts.idl : IDL source for NetCmpts.dll // // This file will be processed by the MIDL tool to // produce the type library (NetCmpts.tlb) and marshalling code. import "oaidl.idl"; import "ocidl.idl"; import "../interfaces/cmptifaces.idl"; [ uuid(34F1169A-F275-11d2-A589-0020182B97FC), version(2.5), helpstring("NightSec Net Components 2.5") ] library NightSecNetCmpts { importlib("stdole32.tlb"); [ uuid(34F1169B-F275-11d2-A589-0020182B97FC), helpstring("Clears the Temporary Internet Files") ] coclass ClearInetCache { interface ISecureShutdownWin; }; };