3 struct memoryRegionInfo
{
6 unsigned int flags
; // 0x16
9 struct otherMemoryRegionInfo
{
12 char unknown
[0xa]; // 0x16
13 char name
[32]; // 0x20
16 int getMemoryInfo(void *address
, struct memoryRegionInfo
*destination
);
17 int getOtherMemoryInfo(void *address
, int nextMatchIfUnmapped
, struct otherMemoryRegionInfo
*destination
);