Thanks that did it.
I found the keyword "%" but have not been able to find the [In] in the Msdn.
Could you suggest where to learn more about it. Is it an Attribute?
Thanks again.
> Thanks that did it.
>
> I found the keyword "%" but have not been able to find the [In] in the
> Msdn.
> Could you suggest where to learn more about it. Is it an Attribute?
Yes. Lookup System.Runtime.InteropServices.InAttribute and
System.Runtime.InteropServices.OutAttribute. It also works with the full
name [OutAttribute] or [System::Runtime::InteropServices::OutAttribute], if
the name you supplied isn't found, the compiler automatically tries again
adding "Attribute" as a suffix.
> Thanks again.
>
[quoted text clipped - 12 lines]
>> >
>> > Thanks.