Hello.
We know that we cannot pass private User defined types (UDT) as a parameter to one method in AciveX DLL and for example, ADODB.Recordset can. Therefore I was wondering, I will pass my own object created from one class which has just properties, as a parameter.
Can someone tell me if there's a lot of overhead for VB and COM (to decrease performance), if I pass parameter this way?
Thanks in advance.
We know that we cannot pass private User defined types (UDT) as a parameter to one method in AciveX DLL and for example, ADODB.Recordset can. Therefore I was wondering, I will pass my own object created from one class which has just properties, as a parameter.
Can someone tell me if there's a lot of overhead for VB and COM (to decrease performance), if I pass parameter this way?
Thanks in advance.