summaryrefslogtreecommitdiffstats
path: root/tools/testcon/testcon.idl
blob: 7dd88a5ec497333dd20e5d500fab6670d8892bd6 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/****************************************************************************
** Interface definition generated for ActiveQt project
**
**     'C:\depot\qt\3.3\extensions\activeqt\tools\testcon\testcon.exe'
**
** Created:  Fr 31. Okt 15:33:50 2003
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

import "ocidl.idl";
#include <olectl.h>

[
	uuid(4A43E44D-9D1D-47E5-A1E5-58FE6F7BE0A4),
	version(1.0),
	helpstring("testcon 1.0 Type Library")
]
library testconLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(3FC86F5F-8B15-4428-8F6B-482BAE91F1AE),
		helpstring("MainWindow Interface")
	]
	dispinterface IMainWindow
	{
	properties:
	methods:
		[id(7)] void logMacro( [in] int p_code,  [in] BSTR p_description,  [in] int p_sourcePosition,  [in] BSTR p_sourceText);
	};

	[
		aggregatable,
		helpstring("MainWindow Class"),
		uuid(5F5CE700-48A8-47B1-9B06-3B7F79E41D7C)
	]
	coclass MainWindow
	{
		[default] dispinterface IMainWindow;
	};
};