Hi,
I've been having some problems using pointers as in-parameters in functions in a COM-object.
Does anyone know the correct way of doing this?
I would wan't the COM-object to work for both VB and VC.

I've tried using [ptr], [out] etc but nothing seems to work, asked a windows-programmer guy and he told me to use [out, retval], but that is not what i want, what if i have two pointers as in-parameters?

Thanks in advance / Nevyn