I am using a third-party application, and making a call to create an instance of my COM object. This call is succeeding, however the function on the third-party application does not return a pointer to the created object (I have no idea why). Is there any way to get a pointer to my object?
To clarify, here's some pseudo-code:
// This function has no return value!
ThirdPartyApp.CreateObject("MyObject");