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

Robert Shearman rob at codeweavers.com
Mon Nov 19 15:56:58 CST 2007


Implement NtQueryInformationProcess(ProcessImageFileName).
---
  dlls/ntdll/process.c    |   23 ++++++++++++++++++++++-
  dlls/ntdll/tests/info.c |   36 ++++++++++++++++++++++++++++++++++++
  server/process.c        |   11 ++++++++++-
  server/protocol.def     |    4 +++-
  4 files changed, 71 insertions(+), 3 deletions(-)

As suggested by Alexandre, this patch now re-uses an existing (unused) 
request that has a similar purpose.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: e65bba6cad3b6392824f54d32c06eea9d26eb4bb.diff
Type: text/x-patch
Size: 6505 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/d5d2da1a/attachment.bin 


More information about the wine-patches mailing list