mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Add MmFreeSection prototype
svn path=/branches/ros-amd64-bringup/; revision=44505
This commit is contained in:
@@ -1583,6 +1583,12 @@ MmAllocateSection(
|
||||
PVOID BaseAddress
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
MmFreeSection(
|
||||
PVOID BaseAddress
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
MmQuerySectionView(
|
||||
|
||||
Reference in New Issue
Block a user