ntoskrnl.exe: Add stub MmUnlockPagableImageSection.

This commit is contained in:
Alistair Leslie-Hughes 2014-03-19 10:12:02 +11:00 committed by Alexandre Julliard
parent efb3b07f13
commit ba13893030
2 changed files with 8 additions and 1 deletions

View File

@ -1521,6 +1521,13 @@ PVOID WINAPI MmMapLockedPagesSpecifyCache(PMDLX MemoryDescriptorList, KPROCESSO
return NULL;
}
/***********************************************************************
* MmUnlockPagableImageSection (NTOSKRNL.EXE.@)
*/
VOID WINAPI MmUnlockPagableImageSection(PVOID ImageSectionHandle)
{
FIXME("stub %p\n", ImageSectionHandle);
}
/***********************************************************************
* MmPageEntireDriver (NTOSKRNL.EXE.@)

View File

@ -716,7 +716,7 @@
@ stub MmSizeOfMdl
@ stub MmSystemRangeStart
@ stub MmTrimAllSystemPagableMemory
@ stub MmUnlockPagableImageSection
@ stdcall MmUnlockPagableImageSection(ptr)
@ stdcall MmUnlockPages(ptr)
@ stdcall MmUnmapIoSpace(ptr long)
@ stub MmUnmapLockedPages