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

29 lines
517 B
Plaintext

// pws.odl : type library source for pws.exe
[ uuid(035C43E0-8464-11D0-A92D-08002B2C6F32), version(1.0) ]
library Pws
{
importlib("stdole2.tlb");
[ uuid(035C43E1-8464-11D0-A92D-08002B2C6F32) ]
dispinterface IPws
{
properties:
//{{AFX_ODL_PROP(CPwsDoc)
//}}AFX_ODL_PROP
methods:
//{{AFX_ODL_METHOD(CPwsDoc)
//}}AFX_ODL_METHOD
};
[ uuid(035C43DF-8464-11D0-A92D-08002B2C6F32) ]
coclass Document
{
[default] dispinterface IPws;
};
//{{AFX_APPEND_ODL}}
};