Hi everyone,

I would like to know if it is possible to create routines with ByRef parameters in a class module offered by a DLL.

I have made a test by creating a routine with a ByRef boolean parameter in a class module from a VB6 DLL ActiveX project. Then, I called the routine passing a local boolean variable from a VB6 client project. But, the boolean variable is unchanged after the routine execution.

Thanks for your future help.