#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.
Shared or private region.
The protection of this region.
Unknown...
1.5.1-p1