Thanks for your response


since I know only the name of my DLL. so I retrieved handle to myDLL


and tried GetModuleFileName(). But that func returned the complete path


where my DLL was residing.


Whereas, I was expecting the name of the EXE which loaded my DLL.


looking forward for your reply