*** empty log message ***

This commit is contained in:
2007-01-10 14:33:51 +00:00
parent d08f469091
commit bdaa443901
5 changed files with 26 additions and 20 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: ase.idl,v 1.9 2007-01-10 14:30:44 bacon Exp $
* $Id: ase.idl,v 1.10 2007-01-10 14:32:20 bacon Exp $
*/
import "oaidl.idl";
@ -125,8 +125,11 @@ interface IAwk : IDispatch
HRESULT MaxDepthForRexMatch([out, retval] int *pVal);
[propput, id(24), helpstring("property MaxDepthForRexMatch")]
HRESULT MaxDepthForRexMatch([in] int newVal);
[propget, id(25), helpstring("property EntryPoint")] HRESULT EntryPoint([out, retval] BSTR *pVal);
[propput, id(25), helpstring("property EntryPoint")] HRESULT EntryPoint([in] BSTR newVal);
[propget, id(25), helpstring("property EntryPoint")]
HRESULT EntryPoint([out, retval] BSTR *pVal);
[propput, id(25), helpstring("property EntryPoint")]
HRESULT EntryPoint([in] BSTR newVal);
};
/* ASELib */