home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Using Visual C++ 4 (Special Edition)
/
Using_Visual_C_4_Special_Edition_QUE_1996.iso
/
ch10
/
calencod
/
calen.odl
< prev
next >
Wrap
Text File
|
1995-11-01
|
2KB
|
66 lines
// Calen.odl : type library source for OLE Control project.
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (Calen.tlb) that will become a resource in
// Calen.ocx.
#include <olectl.h>
[ uuid(5DAA5A20-149D-11CF-952F-0020AF6E903F), version(1.0),
helpstring("Calen OLE Control module"), control ]
library CALENLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CCalenCtrl
[ uuid(5DAA5A21-149D-11CF-952F-0020AF6E903F),
helpstring("Dispatch interface for Calen Control"), hidden ]
dispinterface _DCalen
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CCalenCtrl)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CCalenCtrl)
//}}AFX_ODL_METHOD
[id(DISPID_ABOUTBOX)] void AboutBox();
};
// Event dispatch interface for CCalenCtrl
[ uuid(5DAA5A22-149D-11CF-952F-0020AF6E903F),
helpstring("Event interface for Calen Control") ]
dispinterface _DCalenEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CCalenCtrl)
//}}AFX_ODL_EVENT
};
// Class information for CCalenCtrl
[ uuid(5DAA5A23-149D-11CF-952F-0020AF6E903F),
helpstring("Calen Control"), control ]
coclass Calen
{
[default] dispinterface _DCalen;
[default, source] dispinterface _DCalenEvents;
};
//{{AFX_APPEND_ODL}}
};