intelligence.idl

00001 [
00002   uuid(433B30E2-8615-448f-8947-1AD7939EBF19),
00003   version(1.0),
00004   helpstring("Intelligence Service Component")
00005 ]
00006 library Intelligence
00007 {
00008     // TLib :     // TLib : OLE Automation : {00020430-0000-0000-C000-000000000046}
00009     importlib("stdole2.tlb");
00010 
00011     // Forward declare all types defined in this typelib
00012     interface IIntelligence;
00013     [
00014       odl,
00015       uuid(433B30E1-8615-448f-8947-1AD7939EBF19),
00016       helpstring("IIntelligence Interface"),
00017       dual,
00018       oleautomation
00019     ]
00020     interface IIntelligence : IDispatch {
00021                 [id(1), helpstring("method getActiveId")] HRESULT getActiveId([out,retval] long* id);
00022         };
00023 
00024     [
00025       uuid(433B30E0-8615-448f-8947-1AD7939EBF19),
00026       helpstring("Intelligence Class")
00027     ]
00028     coclass Intelligence {
00029         [default] interface IIntelligence;
00030                 interface ISupportErrorInfo;
00031                 interface IErrorInfo;
00032     };
00033 };

Generated on Mon Jun 5 10:20:42 2006 for Intelligence.kdevelop by  doxygen 1.4.6