FreeRDP
|
Data Fields | |
struct map_info * | next |
uintptr_t | start |
uintptr_t | end |
bool | is_readable |
bool | is_writable |
bool | is_executable |
void * | data |
char | name [] |
Definition at line 31 of file map_info.h.
void* map_info_t::data |
Definition at line 39 of file map_info.h.
uintptr_t map_info_t::end |
Definition at line 35 of file map_info.h.
bool map_info_t::is_executable |
Definition at line 38 of file map_info.h.
bool map_info_t::is_readable |
Definition at line 36 of file map_info.h.
bool map_info_t::is_writable |
Definition at line 37 of file map_info.h.
char map_info_t::name[] |
Definition at line 40 of file map_info.h.
struct map_info* map_info_t::next |
Definition at line 33 of file map_info.h.
uintptr_t map_info_t::start |
Definition at line 34 of file map_info.h.