The GetModuleFileNameByHandleEx function returns the module filename of a process.
function GetModuleFileNameByHandleEx( dwProcessID: DWord; sModuleName: DWord ): String; stdcall;
Remarks
-
If the function succeeds, the return value is filename of the module.
If the function fails, the return value is an empy string.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
|---|---|
| Header |
Declared in uallKernel.pas |