regfi
Data Structures | Data Fields

Data record structure. More...

Collaboration diagram for REGFI_DATA:
Collaboration graph
[legend]

Data Structures

union  _regfi_data_interpreted
 These items represent interpreted versions of the REGFI_DATA::raw field. More...
 

Data Fields

REGFI_DATA_TYPE type
 Data type of this data, as indicated by the referencing VK record.
 
uint32_t size
 Length of the raw data.
 
uint8_t * raw
 This is always present, representing the raw data cell contents.
 
uint32_t interpreted_size
 Represents the length of the interpreted value. More...
 

Detailed Description

Data record structure.

Field Documentation

◆ interpreted_size

uint32_t REGFI_DATA::interpreted_size

Represents the length of the interpreted value.

Meaning is type-specific. Will be 0 if interpretation failed for any reason.


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