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.

Detailed Description

Data record structure.


Field Documentation

REGFI_DATA_TYPE REGFI_DATA::type

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

Referenced by regfi_interpret_data().

uint32_t REGFI_DATA::size

Length of the raw data.

Referenced by regfi_interpret_data().

uint8_t* REGFI_DATA::raw

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

Referenced by regfi_interpret_data().

Represents the length of the interpreted value.

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

Referenced by regfi_interpret_data().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables