tools/activeqt/testcon/testcon.idl
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 12:15:23 +0300
branchRCL_3
changeset 12 cc75c76972ee
parent 0 1918ee327afb
permissions -rw-r--r--
a69086a7359b3de9db0823ce58d9aab8b5c369be

/****************************************************************************
** 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;
	};
};