- Add debug print to MiQueryVirtualMemory

svn path=/trunk/; revision=42101
This commit is contained in:
Dmitry Chapyshev 2009-07-20 18:03:16 +00:00
parent 3cf7214094
commit b46f7e4773

View file

@ -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;