vote up 1 vote down star

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?

flag

56% accept rate

1 Answer

vote up 2 vote down check

Pass NULL as the first parameter to GetModuleFileName().

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.