home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Wtestowe
/
Vistdstd
/
Install
/
Data.Z
/
MFC4_vsl.AWX
/
TEMPLATE
/
ROOT.ODL
< prev
next >
Wrap
Text File
|
1997-03-07
|
1KB
|
56 lines
$$IF(PROJTYPE_DLL)
// $$root$$.odl : type library source for $$root$$.dll
$$ELSE
// $$root$$.odl : type library source for $$root$$.exe
$$ENDIF //PROJTYPE_DLL
$$IF(VERBOSE)
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library ($$root$$.tlb).
$$ENDIF
[ uuid($$LIB_CLSID_ODL$$), version(1.0) ]
library $$Safe_root$$
{
importlib("stdole32.tlb");
$$IF(PROJTYPE_MDI || PROJTYPE_SDI)
$$IF(VERBOSE)
// Primary dispatch interface for $$DOC_CLASS$$
$$ENDIF
[ uuid($$DISPIID_CLSID_ODL$$) ]
dispinterface I$$Doc$$
{
properties:
$$IF(VERBOSE)
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
$$ENDIF
//{{AFX_ODL_PROP($$DOC_CLASS$$)
//}}AFX_ODL_PROP
methods:
$$IF(VERBOSE)
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
$$ENDIF
//{{AFX_ODL_METHOD($$DOC_CLASS$$)
//}}AFX_ODL_METHOD
};
$$IF(VERBOSE)
// Class information for $$DOC_CLASS$$
$$ENDIF
[ uuid($$APP_CLSID_REG$$) ]
coclass $$DOC_CLASS$$
{
[default] dispinterface I$$Doc$$;
};
$$ENDIF //MDI/SDI
//{{AFX_APPEND_ODL}}
};