mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
ntoskrnl.exe: Add stub MmLockPagableSectionByHandle.
This commit is contained in:
parent
5f88ba5b61
commit
efb3b07f13
@ -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.@)
|
||||
*/
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user