Hi,
Had a question regarding COM,
When we create an instance of interface using CoCreateInstance then the pointer returned by this API is suppose "x".
CoCreateInstance(target, NULL, flags, IID_IDispatch, tmpObj)
where "x" is "tmpobj"
Does X point to virtual function table?
does *(x) point to QueryInterface ; and
*(x+4) point to AddRef;
etc......
Is this assumption correct?
Can't find any resources for this. Appreciate any kind of help.






