FreeRDP
RegVal Struct Reference
Collaboration diagram for RegVal:

Data Structures

union  reg_data
 

Data Fields

char * name
 
DWORD type
 
RegVal * prev
 
RegVal * next
 
union s_reg_val::reg_data data
 

Detailed Description

Definition at line 41 of file registry_reg.h.


Data Structure Documentation

◆ s_reg_val::reg_data

union s_reg_val::reg_data

Definition at line 48 of file registry_reg.h.

Data Fields
DWORD dword
UINT64 qword
char * string

Field Documentation

◆ data

union s_reg_val::reg_data RegVal::data

◆ name

char* RegVal::name

Definition at line 43 of file registry_reg.h.

◆ next

RegVal* RegVal::next

Definition at line 46 of file registry_reg.h.

◆ prev

RegVal* RegVal::prev

Definition at line 45 of file registry_reg.h.

◆ type

DWORD RegVal::type

Definition at line 44 of file registry_reg.h.


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