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

42 lines
1004 B
Plaintext

// Studio.odl : type library source for Studio.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Studio.tlb).
[ uuid(32AA4D13-9F38-11D1-850E-00C04FD7BB08), version(1.0) ]
library Studio
{
importlib("stdole32.tlb");
// Primary dispatch interface for CStudioDoc
[ uuid(32AA4D14-9F38-11D1-850E-00C04FD7BB08) ]
dispinterface IStudio
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CStudioDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CStudioDoc)
//}}AFX_ODL_METHOD
};
// Class information for CStudioDoc
[ uuid(32AA4D12-9F38-11D1-850E-00C04FD7BB08) ]
coclass Document
{
[default] dispinterface IStudio;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};