What is the C++ equivalent to GetObject
in JavaScript and VBScript?
The closest match I found to my question is:
http://codewiz51.blogspot.com/2008/06/vb-script-getobject-c-api-cogetobject.html
However the sample use an unexisting interface and asking for the IUnknown
returns null. Did someone have an example that works?