blob: e3cbf468fc5b0f6e8ecb775e773b32e3ccb8db7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Checklist.idl : IDL source for Checklist.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Checklist.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(409C4B02-9310-11d3-BFC1-0020182B97FC),
version(1.0),
helpstring("Checklist 1.0 Type Library")
]
library CHECKLISTLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
|