quote:
Originally posted by deAd
I've called CoCreateInstance and gotten an interface pointer, and I can get another databloc from that which seems to have all the addresses to the functions in the object's virtual table, but I have no idea how to call them..
I would assume that ReadInterfacePtr is essentially a simple cast to a COM object as opposed to a DWORD.
In order to call the functions in the object's virtual table, you would need to know the parameters of the function you're trying to get, and then you'd have to manage to get JScript to let you call that function with those parameters.