If I had a dll (foo.dll) that was LoadLibrary'd into an application (bar.exe), how do I get the string "bar.exe" from within foo.dll?
|
|
Pass NULL as the first parameter to GetModuleFileName(). |
||
|
|
|
|
|
|
|
|
|
Pass NULL as the first parameter to GetModuleFileName(). |
||
|
|