Alexandre Julliard : server: Implement NtQueryVirtualMemory(MemorySectionName).

Alexandre Julliard julliard at winehq.org
Wed Feb 10 15:34:02 CST 2021


Module: wine
Branch: master
Commit: 3472387777289f9aa962dabb05fc9d55e05ee090
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3472387777289f9aa962dabb05fc9d55e05ee090

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Feb 10 16:09:49 2021 +0100

server: Implement NtQueryVirtualMemory(MemorySectionName).

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/virtual.c      | 35 +++++++++++++++++++++++++++++++++--
 dlls/psapi/tests/psapi_main.c  |  8 +-------
 include/wine/server_protocol.h | 21 ++++++++++++++++++++-
 server/mapping.c               | 32 ++++++++++++++++++++++++++++++++
 server/protocol.def            | 10 ++++++++++
 server/request.h               |  7 +++++++
 server/trace.c                 | 16 ++++++++++++++++
 7 files changed, 119 insertions(+), 10 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3472387777289f9aa962dabb05fc9d55e05ee090



More information about the wine-cvs mailing list