ntoskrnl.exe: Add stub MmLockPagableSectionByHandle.

This commit is contained in:
Alistair Leslie-Hughes 2014-03-19 09:23:03 +11:00 committed by Alexandre Julliard
parent 5f88ba5b61
commit efb3b07f13
2 changed files with 9 additions and 1 deletions

View File

@ -1502,6 +1502,14 @@ PVOID WINAPI MmMapIoSpace( PHYSICAL_ADDRESS PhysicalAddress, DWORD NumberOfBytes
}
/***********************************************************************
* MmLockPagableSectionByHandle (NTOSKRNL.EXE.@)
*/
VOID WINAPI MmLockPagableSectionByHandle(PVOID ImageSectionHandle)
{
FIXME("stub %p\n", ImageSectionHandle);
}
/***********************************************************************
* MmMapLockedPagesSpecifyCache (NTOSKRNL.EXE.@)
*/

View File

@ -687,7 +687,7 @@
@ stub MmIsVerifierEnabled
@ stub MmLockPagableDataSection
@ stub MmLockPagableImageSection
@ stub MmLockPagableSectionByHandle
@ stdcall MmLockPagableSectionByHandle(ptr)
@ stdcall MmMapIoSpace(long long long long)
@ stub MmMapLockedPages
@ stdcall MmMapLockedPagesSpecifyCache(ptr long long ptr long long)