/**************************************************************************** ** Interface definition generated for ActiveQt project ** ** 'C:\Documents and Settings\XPMUser\Desktop\ServiziRicariche-build-4_8_4_MSVC2010-Debug\debug\test.exe' ** ** Created: mer 23. gen 13:51:26 2013 ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ import "ocidl.idl"; #include [ uuid(2A12C9BE-44FA-4526-87C3-2A478A032EF7), version(1.0), helpstring("test 1.0 Type Library") ] library testLib { importlib("stdole32.tlb"); importlib("stdole2.tlb"); /************************************************************************ ** If this causes a compile error in MIDL you need to upgrade the ** Platform SDK you are using. Download the SDK from msdn.microsoft.com ** and make sure that both the system and the Visual Studio environment ** use the correct files. ** ************************************************************************/ [uuid(34030f30-e359-4fe6-ab82-39766f5d91ee)] struct QRect { int left; int top; int right; int bottom; }; [uuid(cb5f84b3-29e5-491d-ba18-5472488eefba)] struct QSize { int width; int height; }; [uuid(3be838a3-3fac-bfc4-4c6c-37c44d030252)] struct QPoint { int x; int y; }; /* Forward declaration of classes that might be used as parameters */ coclass Home;