How can I get the exe filename of the processes that are getting linked to my DLL.
Printable View
How can I get the exe filename of the processes that are getting linked to my DLL.
char Buffer[_MAX_PATH];
GetModuleFileName(NULL,Buffer,sizeof(Buffer)-1);