Unable to out/retval parameter in COM interface method in VC++ 2008
- by user196614
Hi,
I want to create a simple COM component in VC++ 2008.
I have created ATL Project with all default options.
I have added Simple ATL object (interface IDemo).
Now I want to add a methos inside IDemo.
But the "Add Method Wizard" does not allow me to add out/retval type of parameters to the method.
I can add in type of parameters.
Is it possible to add out/retval type of parameters?
If yes then How can I do it?
Thanks