// 数据库ADO.odl : type library source for 数据库ADO.exe
// This file will be processed by the MIDL compiler to produce the
// type library (数据库ADO.tlb).
[ uuid(9EF6CDE5-B759-4F67-B022-B15FC51F1DEE), version(1.0) ]
library ADO
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CADODoc
[ uuid(C2D7EA02-A57B-4BB0-A766-54F01D459F2E) ]
dispinterface IADO
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CADODlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CADODlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CADODoc
[ uuid(10EE2C76-2856-47D0-899F-17FBA353713B) ]
coclass ADO
{
[default] dispinterface IADO;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};