Is it possible to use multiple interfaces on single ActiveX object? I have found out that LabView is capable of using any of the interfaces on the object but I always have to create a new object with suitable typed interface. I have not been able to do the COM "QueryInterface". In VB this is done by simply assigning one type of object reference to another. In C++ the QueryInterface is used. But how to do it in LabView?