Hi,
Are you using the CVI "Create ActiveX Server"? this wizard allows you to create a IDispatch interface. Once you have created the server with the wizard go to tools>>Edit ActiveX Server... there go to "Edit Interfaces..." Add a new interface and select the type to be "Dispinterface" this will create the IDispatch interface.
If you are not using the wizar it may be a good idea to follow this procedure and look at the code generate by the wizard; it will generate calls to the low level ActiveX calls; you can use that as a reference on how the interface is defined.
Remember that CVI can call SDK functions, you can look up in the web some example that are not specific to CVI and perform the same SDK calls in CVI.
Let me know if you have further questions
on this.
Regards,
Juan Carlos
N.I.