GME  13
MgaDecoratorLib.idl
Go to the documentation of this file.
00001  
00002 import "oaidl.idl";
00003 import "ocidl.idl";
00004 
00005 import "Gme.idl";
00006 import "Core.idl";
00007 
00008 [
00009         uuid(F5D9A9A0-5A1C-40B8-9EEF-4890FEECC8CD),
00010         version(1.0),
00011         helpstring("MgaDecoratorLib 1.0 Type Library")
00012 ]
00013 library MGADECORATORLib
00014 {
00015         importlib("stdole32.tlb");
00016         importlib("stdole2.tlb");
00017 
00018         importlib("..\Interfaces\CoreLib.tlb");
00019         importlib("..\Interfaces\MetaLib.tlb");
00020         importlib("..\Interfaces\MgaLib.tlb");
00021         importlib("..\Interfaces\GmeLib.tlb");
00022 
00023         enum decorator_return_code;
00024         enum refresh_mode_enum;
00025 
00026         [
00027                 uuid(3FA0768D-F832-4C6A-973D-5D8E3EF05FFA),
00028                 helpstring("BoxDecorator Class")
00029         ]
00030         coclass BoxDecorator
00031         {
00032                 [default] interface IMgaElementDecorator;
00033                 interface IGMEVersionInfo;
00034         };
00035 
00036 };