#include <emu_env_w32.h>

Public Attributes | |
| struct emu * | emu |
| struct emu_env_w32_dll ** | loaded_dlls |
| uint32_t | baseaddr |
the emu win32 enviroment struct
| uint32_t emu_env_w32::baseaddr |
the baseaddress for the env
struct emu* emu_env_w32::emu [read] |
pointer to the emu
Referenced by emu_env_w32_load_dll(), and emu_env_w32_new().
struct emu_env_w32_dll** emu_env_w32::loaded_dlls [read] |
array of pointers to the dlls loaded to memory
Referenced by emu_env_w32_free(), and emu_env_w32_load_dll().
1.6.1