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. More...
 
uint32_t size
 Length of the raw data. More...
 
uint8_t * raw
 This is always present, representing the raw data cell contents. More...
 
uint32_t interpreted_size
 Represents the length of the interpreted value. More...
 

Detailed Description

Data record structure.

Field Documentation

§ type

REGFI_DATA_TYPE REGFI_DATA::type

Data type of this data, as indicated by the referencing VK record.

§ size

uint32_t REGFI_DATA::size

Length of the raw data.

§ raw

uint8_t* REGFI_DATA::raw

This is always present, representing the raw data cell contents.

§ 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: