summaryrefslogtreecommitdiff
path: root/NetCmpts/NetCmpts.idl
diff options
context:
space:
mode:
Diffstat (limited to 'NetCmpts/NetCmpts.idl')
-rw-r--r--NetCmpts/NetCmpts.idl30
1 files changed, 30 insertions, 0 deletions
diff --git a/NetCmpts/NetCmpts.idl b/NetCmpts/NetCmpts.idl
new file mode 100644
index 0000000..e27c5ab
--- /dev/null
+++ b/NetCmpts/NetCmpts.idl
@@ -0,0 +1,30 @@
+// 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;
+ };
+
+};