Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
489 B

// 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}}
};