blob: e27c5ab674546cb0b101e1fa11bc67641b0d9dd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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;
};
};
|