Hi.
Hoping someone could direct me to a starting point for project.
No code, I havent started yet.
Im looking for a start on finding the proccess exe name that calls a function in my dll file.
Just looking for a place to start looking.
Hi.
Hoping someone could direct me to a starting point for project.
No code, I havent started yet.
Im looking for a start on finding the proccess exe name that calls a function in my dll file.
Just looking for a place to start looking.
char exe_name[ MAX_PATH ] ;
GetModuleFileNameA( GetModuleHandle(0), exe_name, MAX_PATH ) ;
http://msdn.microsoft.com/en-us/library/ms683197%28VS.85%29.aspx
Thats a great help to me, thanks a lot.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.