mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Add debug print to MiQueryVirtualMemory
svn path=/trunk/; revision=42101
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user