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

Robert Shearman rob at codeweavers.com
Tue Nov 20 03:10:48 CST 2007


Dmitry Timoshkov wrote:
> "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?

Yes.

> Main executable has its own base address which should work just fine
> in find_process_dll().

Really? http://msdn2.microsoft.com/en-us/library/f7f5138s(VS.71).aspx

-- 
Rob Shearman




More information about the wine-devel mailing list