odl是什么文件,谁来帮我解释一下,谢谢
// Main.odl : type library source for Main.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Main.tlb).
[ uuid(C6BDEC20-E28C-11D2-9B1B-444553540000), version(1.0) ]
library Main
{
importlib("stdole32.tlb");
// Primary dispatch interface for CMainDoc
[ uuid(C6BDEC21-E28C-11D2-9B1B-444553540000) ]
dispinterface IMain
{
properties:
//{{AFX_ODL_PROP(CMainDoc)
[id(1)] short GoalInferFinish;
[id(2)] BSTR GoalInferName;
[id(3)] short Unload;
//}}AFX_ODL_PROP
methods:
//{{AFX_ODL_METHOD(CMainDoc)
//}}AFX_ODL_METHOD
};
// Class information for CMainDoc
[ uuid(C6BDEC1F-E28C-11D2-9B1B-444553540000) ]
coclass Document
{
[default] dispinterface IMain;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};