FreeRDP
map_info_t Struct Reference

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 []
 

Detailed Description

Definition at line 31 of file map_info.h.

Field Documentation

◆ data

void* map_info_t::data

Definition at line 39 of file map_info.h.

◆ end

uintptr_t map_info_t::end

Definition at line 35 of file map_info.h.

◆ is_executable

bool map_info_t::is_executable

Definition at line 38 of file map_info.h.

◆ is_readable

bool map_info_t::is_readable

Definition at line 36 of file map_info.h.

◆ is_writable

bool map_info_t::is_writable

Definition at line 37 of file map_info.h.

◆ name

char map_info_t::name[]

Definition at line 40 of file map_info.h.

◆ next

struct map_info* map_info_t::next

Definition at line 33 of file map_info.h.

◆ start

uintptr_t map_info_t::start

Definition at line 34 of file map_info.h.


The documentation for this struct was generated from the following file: