#include <memory.h>
Public Attributes | |
VOID * | BaseAddress |
USIZE | MapSize |
UINT | Shared |
OS_PAGE_PROTECTION_TYPE | Protection |
UINT | Type |
|
The base address of the mapped region.
|
|
The size of the mapped region.
|
|
The protection of this region.
|
|
Shared or private region.
|
|
Unknown...
|