Hi,

I need to parse the interface body in .IDL file to extract the function
names and the corresponding parameters of the function. I was wondering if
there is a tool available to do that?

Thanks,
Poonam

Re: IDL files by Eugene

Eugene
Wed May 11 01:43:08 CDT 2005

Poonam wrote:
> Hi,
>
> I need to parse the interface body in .IDL file to extract the
> function names and the corresponding parameters of the function. I
> was wondering if there is a tool available to do that?

One way would be to compile IDL into a type library then use ITypeLib and
friends to access it.
Then take a look at Doxygen (http://www.doxygen.org) which can parse IDL.


--
Eugene
http://www.gershnik.com