const void * CONST_MEMORY_PTR
A read-only MEMORY_PTR.
Definition: fakem.h:45
const void * CONST_MEMORY_FAR_PTR
A read-only MEMORY_FAR_PTR.
Definition: fakem.h:53
void * MEMORY_FAR_PTR
On certain platforms, a MEMORY_PTR that exists outside of the current page.
Definition: fakem.h:51
void * MEMORY_PTR
A C-style memory pointer that can be safely dereferenced.
Definition: fakem.h:42
struct FAKE_MEMORY_HANDLE * MEMORY_HANDLE
A reference to a block of memory which the operating system may move around on its own to free up spa...
Definition: fakem.h:21
An emulated memory handle for modern systems. Overridden on most platforms.
Definition: memory.h:20