Actually I want to know the dll version of 4 numbers of the com object, which is created via CoCreateInstance
from kind of dll
file. By this answer, How do I programmatically get the version of a DLL or EXE file?, the normal dll can be extracted the 4 version stamp numbers through this filepath based API. But the location of my com object is maintained in the manifest of Application. The dll file location is hidden from me.
Is anyway to retrieve such version from my com object or indirectly way to know its location?