// delDSL.odl : type library source for delDSL.exe // This file will be processed by the MIDL compiler to produce the // type library (delDSL.tlb). [ uuid(F07E8348-4B66-11D8-8349-444553540000), version(1.0) ] library DelDSL { importlib("stdole32.tlb"); importlib("stdole2.tlb"); // Primary dispatch interface for CDelDSLDoc [ uuid(F07E8349-4B66-11D8-8349-444553540000) ] dispinterface IDelDSL { properties: // NOTE - ClassWizard will maintain property information here. // Use extreme caution when editing this section. //{{AFX_ODL_PROP(CDelDSLDlgAutoProxy) //}}AFX_ODL_PROP methods: // NOTE - ClassWizard will maintain method information here. // Use extreme caution when editing this section. //{{AFX_ODL_METHOD(CDelDSLDlgAutoProxy) //}}AFX_ODL_METHOD }; // Class information for CDelDSLDoc [ uuid(F07E8347-4B66-11D8-8349-444553540000) ] coclass DelDSL { [default] dispinterface IDelDSL; }; //{{AFX_APPEND_ODL}} //}}AFX_APPEND_ODL}} };