FreeRDP
|
Data Structures | |
union | reg_data |
Data Fields | |
char * | name |
DWORD | type |
RegVal * | prev |
RegVal * | next |
union s_reg_val::reg_data | data |
Definition at line 41 of file registry_reg.h.
union s_reg_val::reg_data |
Definition at line 48 of file registry_reg.h.
Data Fields | ||
---|---|---|
DWORD | dword | |
UINT64 | qword | |
char * | string |
union s_reg_val::reg_data RegVal::data |
char* RegVal::name |
Definition at line 43 of file registry_reg.h.
RegVal* RegVal::next |
Definition at line 46 of file registry_reg.h.
RegVal* RegVal::prev |
Definition at line 45 of file registry_reg.h.
DWORD RegVal::type |
Definition at line 44 of file registry_reg.h.