Click to See Complete Forum and Search --> : Getting linked process name from a DLL


May 3rd, 1999, 08:57 AM
How can I get the exe filename of the processes that are getting linked to my DLL.

May 26th, 1999, 08:51 AM
char Buffer[_MAX_PATH];
GetModuleFileName(NULL,Buffer,sizeof(Buffer)-1);