// petrinet.odl : type library source for petrinet.exe // This file will be processed by the MIDL compiler to produce the // type library (petrinet.tlb). [ uuid(1479CC23-6581-11D4-8BE9-004F4905B376), version(1.0) ] library Petrinet { importlib("stdole32.tlb"); importlib("stdole2.tlb"); // Primary dispatch interface for CPetrinetDoc [ uuid(1479CC24-6581-11D4-8BE9-004F4905B376) ] dispinterface IPetrinet { properties: // NOTE - ClassWizard will maintain property information here. // Use extreme caution when editing this section. //{{AFX_ODL_PROP(CPetrinetDoc) //}}AFX_ODL_PROP methods: // NOTE - ClassWizard will maintain method information here. // Use extreme caution when editing this section. //{{AFX_ODL_METHOD(CPetrinetDoc) [id(1)] BSTR GetInfo(); [id(2)] long EditTexObject(BSTR str); [id(3)] long NewTexObject(BSTR str); [id(4)] BSTR GetTexSettings(); [id(5)] BSTR GetTexText(); //}}AFX_ODL_METHOD }; // Class information for CPetrinetDoc [ uuid(1479CC22-6581-11D4-8BE9-004F4905B376) ] coclass Document { [default] dispinterface IPetrinet; }; //{{AFX_APPEND_ODL}} //}}AFX_APPEND_ODL}} };