server: Change the get_dll_info server request to allow retrievingthe image file name of a process.

Dmitry Timoshkov dmitry at codeweavers.com
Tue Nov 20 00:25:57 CST 2007


"Robert Shearman" <rob at codeweavers.com> wrote:

> +        if (req->exe_module)
> +            dll = list_head( &process->dlls ) ?
> +                LIST_ENTRY(list_head( &process->dlls ), struct process_dll, entry) : NULL;
> +        else
> +            dll = find_process_dll( process, req->base_address );

Is it really necessary to introduce the exe_module request parameter?
Main executable has its own base address which should work just fine
in find_process_dll().

-- 
Dmitry.



More information about the wine-devel mailing list