GME  13
XmlBackEnd.idl
Go to the documentation of this file.
00001 import "oaidl.idl";
00002 import "ocidl.idl";
00003 
00004 import "Core.idl";
00005         
00006 [
00007         uuid(09107441-E750-4516-B6D0-DE6358FDBA9B),
00008         version(1.0),
00009         helpstring("XmlBackEnd 1.0 Type Library")
00010 ]
00011 library XMLBACKENDLib
00012 {
00013         importlib("stdole32.tlb");
00014         importlib("stdole2.tlb");
00015 
00016         importlib("CoreLib.tlb");
00017         
00018         [
00019                 uuid(F729BE0C-ACE5-470B-8F98-DAE52D6A5949),
00020                 helpstring("CoreXmlFile Class")
00021         ]
00022         coclass CoreXmlFile
00023         {
00024                 [default] interface ICoreStorage;
00025                 interface ISupportErrorInfo;
00026         };
00027 
00028 
00029 
00030 };