GME  13
ConstraintManager.idl
Go to the documentation of this file.
00001 import "oaidl.idl";
00002 import "ocidl.idl";
00003 
00004 import "Mga.idl";
00005 import "Core.idl";
00006 
00007 [
00008         uuid(D69D91D0-4550-4A5D-848C-9BBA92693D22),
00009         version(1.0),
00010         helpstring("ConstraintManager 1.0 Type Library")
00011 ]
00012 library CONSTRAINTMANAGERLib
00013 {
00014         importlib("stdole32.tlb");
00015         importlib("stdole2.tlb");
00016 
00017         importlib("CoreLib.tlb");
00018         importlib("MetaLib.tlb");
00019         importlib("MgaLib.tlb");
00020 
00021         [
00022                 uuid(44055854-A45B-4357-9D2C-FC66D6C0DFFA),
00023                 helpstring("ConstraintManager Class")
00024         ]
00025         coclass ConstraintManager
00026         {
00027                 [default] interface IMgaComponentEx;
00028                 interface IMgaEventSink;
00029                 interface ISupportErrorInfo;
00030                 interface IGMEVersionInfo;
00031 
00032         };
00033         [
00034                 uuid(74A06CAE-A3CF-4C7B-B4CB-C0A3C3C654B9),
00035                 helpstring("ExpressionChecker Class")
00036         ]
00037         coclass ExpressionChecker
00038         {
00039                 [default] interface IMgaComponentEx;
00040                 interface IMgaEventSink;
00041                 interface ISupportErrorInfo;
00042                 interface IGMEVersionInfo;
00043         };
00044 };