43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
// NSETest.odl : type library source for NSETest.exe
|
|
|
|
// This file will be processed by the MIDL compiler to produce the
|
|
// type library (NSETest.tlb).
|
|
|
|
[ uuid(7BC8C9F4-53E3-11D2-96B9-00C04FD9B15B), version(1.0) ]
|
|
library NSETest
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
|
|
// Primary dispatch interface for CNSETestDoc
|
|
|
|
[ uuid(7BC8C9F5-53E3-11D2-96B9-00C04FD9B15B) ]
|
|
dispinterface INSETest
|
|
{
|
|
properties:
|
|
// NOTE - ClassWizard will maintain property information here.
|
|
// Use extreme caution when editing this section.
|
|
//{{AFX_ODL_PROP(CNSETestDlgAutoProxy)
|
|
//}}AFX_ODL_PROP
|
|
|
|
methods:
|
|
// NOTE - ClassWizard will maintain method information here.
|
|
// Use extreme caution when editing this section.
|
|
//{{AFX_ODL_METHOD(CNSETestDlgAutoProxy)
|
|
//}}AFX_ODL_METHOD
|
|
|
|
};
|
|
|
|
// Class information for CNSETestDoc
|
|
|
|
[ uuid(7BC8C9F3-53E3-11D2-96B9-00C04FD9B15B) ]
|
|
coclass NSETest
|
|
{
|
|
[default] dispinterface INSETest;
|
|
};
|
|
|
|
//{{AFX_APPEND_ODL}}
|
|
//}}AFX_APPEND_ODL}}
|
|
};
|