Retrieves information about the specified module.
#Include <WinAPIEx.au3>
_WinAPI_GetModuleInformation ( $hProcess, $hModule )
$hProcess | Handle to the process that contains the module. The handle must have the $PROCESS_QUERY_INFORMATION or $PROCESS_QUERY_LIMITED_INFORMATION access right and the $PROCESS_VM_READ access right. |
$hModule | Handle to the module. If this parameter is 0, the function retrieves information only about the executable file ("SizeOfImage" and "EntryPoint" members of the $tagMODULEINFO structure). |
Success | $tagMODULEINFO structure that contains information about the module. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索