I'm developing a LabView instrument driver that interfaces with a COM object which in turn interfaces with the instrument. I would like to wait on a COM event to acquire data. This process is achieved with the COM connection point mechanism. Accordingly, the COM object generating chassis events will implement the IConnectionPointContainer and IConnectionPoint interfaces. The documentation for he COM object reads: "The process required to "register" the client's event interface pointer with the COM object is largely transparent to Visual Basic clients."
What do I need to do (and/or have the COM object changed to do), in order to use the LabView ActiveX event VIs?