2025-04-27 07:49:33 -04:00

42 lines
1020 B
Plaintext

// svtest.odl : type library source for svtest.exe
// This file will be processed by the MIDL compiler to produce the
// type library (svtest.tlb).
[ uuid(B9211433-952E-11D1-8505-00C04FD7BB08), version(1.0) ]
library Svtest
{
importlib("stdole32.tlb");
// Primary dispatch interface for CSvtestDoc
[ uuid(B9211434-952E-11D1-8505-00C04FD7BB08) ]
dispinterface ISvtest
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CSvtestDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CSvtestDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CSvtestDoc
[ uuid(B9211432-952E-11D1-8505-00C04FD7BB08) ]
coclass Svtest
{
[default] dispinterface ISvtest;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};