lets say I have an import library (.lib file) and I want to find out the dll name that this import library contains. from this question I know its possible to get it via dumpbin :
When building a DLL file, does the generated LIB file contain the DLL name?
but is there any way to programatically retrieve the dll name from the lib (without invoking dumpbin)?