mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- Add debug print to MiQueryVirtualMemory
svn path=/trunk/; revision=42101
This commit is contained in:
parent
3cf7214094
commit
b46f7e4773
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ MiQueryVirtualMemory(IN HANDLE ProcessHandle,
|
|||
|
||||
default:
|
||||
{
|
||||
DPRINT1("Unsupported or unimplemented class: %lx\n", VirtualMemoryInformationClass);
|
||||
Status = STATUS_INVALID_INFO_CLASS;
|
||||
*ResultLength = 0;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue