server: Change the get_dll_info server request to allow retrieving the image file...
commitbf2a35b78d93fc5762d711fc889aca51eb01ea0e
authorRob Shearman <rob@codeweavers.com>
Tue, 20 Nov 2007 09:30:50 +0000 (20 09:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Nov 2007 13:29:09 +0000 (20 14:29 +0100)
treef6ee79ee6e9af82771d5bdd9614af73481a44eee
parentb61bc4b92ec2951bdf2f3c2c23726f3d03e4efcd
server: Change the get_dll_info server request to allow retrieving the image file name of a process.

Implement NtQueryInformationProcess(ProcessImageFileName).
dlls/ntdll/process.c
dlls/ntdll/tests/info.c
include/wine/server_protocol.h
server/process.c
server/protocol.def
server/trace.c