summaryrefslogtreecommitdiff
path: root/CmdLine/CmdLine.idl
blob: 3840ebffbff0cea194f1f4980f634e2dd2fb7529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// CmdLine.idl : IDL source for CmdLine.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (CmdLine.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(E9C249C6-9196-11D3-BFBF-0020182B97FC),
	version(1.0),
	helpstring("CmdLine 1.0 Type Library")
]
library CMDLINELib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};