DLL -- What is the exe?
DLL -- What is the exe?
In a dll; is there a way to tell what the exe is that loaded it?
Re: DLL -- What is the exe?
GetModulFileName API.
Set hModul to 0 to get the .exe name.
Set hModul to 0 to get the .exe name.
Re: DLL -- What is the exe?
Nice! Thank you.
