Xcalibur. | |
| Class | Description | |
|---|---|---|
| MemoryHelper | Win32 API Helper: Memory. |
| Structure | Description | |
|---|---|---|
| MemoryBasicInformation | Contains information about a range of pages in the virtual address space of a process. The VirtualQuery and VirtualQueryEx functions use this structure. MEMORY_BASIC_INFORMATION structure |
| Enumeration | Description | |
|---|---|---|
| MemoryAllocationTypes | The type of memory allocation. MemoryAllocationTypes enumeration | |
| MemoryProtections | The following are the memory-protection options; you must specify one of the following values when allocating or protecting a page in memory. Protection attributes cannot be assigned to a portion of a page; they can only be assigned to a whole page. Memory Protection Constants | |
| MemoryStates | The state of the pages in the region. MEMORY_BASIC_INFORMATION structure | |
| MemoryTypes | The type of pages in the region. MEMORY_BASIC_INFORMATION structure |