G
Gürkan Demirci
Hi,
i want to get die function pointer of a com object in c++.
With C it works fine with "object->lpVtbl->Function".
In C++ it doesn't work with "object->Function".
Why ?
regards,
Gürkan
i want to get die function pointer of a com object in c++.
With C it works fine with "object->lpVtbl->Function".
In C++ it doesn't work with "object->Function".
Why ?
regards,
Gürkan