Sponsors
GetModuleFileNameEx
in Process
Function name: GetModuleFileNameEx
Defined in : psapi
Requirements : Windows NT 4.0 or later; Win9x/ME: Not supported
Declaration:
Declare Function GetModuleFileNameEx Lib "PSAPI.DLL" (ByVal hProcess As Long, ByVal hModule As Long, ByVal ModuleName As String, ByVal nSize As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.