locka%iol.ie ccc6160631 Relocated ActiveX control test source
git-svn-id: svn://10.0.0.236/trunk@63502 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 00:05:33 +00:00

42 lines
1012 B
Plaintext

// IEPatcher.odl : type library source for IEPatcher.exe
// This file will be processed by the MIDL compiler to produce the
// type library (IEPatcher.tlb).
[ uuid(A6031676-3B36-11D2-B44D-00600819607E), version(1.0) ]
library IEPatcher
{
importlib("stdole32.tlb");
// Primary dispatch interface for CIEPatcherDoc
[ uuid(A6031677-3B36-11D2-B44D-00600819607E) ]
dispinterface IIEPatcher
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CIEPatcherDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CIEPatcherDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CIEPatcherDoc
[ uuid(A6031675-3B36-11D2-B44D-00600819607E) ]
coclass IEPatcher
{
[default] dispinterface IIEPatcher;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};