regfi
|
Class name structure (used in storing SysKeys) More...
Data Fields | |
uint32_t | offset |
Real offset of this record's cell in the file. | |
char * | interpreted |
As converted to requested REGFI_ENCODING. | |
uint8_t * | raw |
Represents raw buffer read from classname cell. More... | |
uint16_t | size |
Length of the raw data. More... | |
Class name structure (used in storing SysKeys)
uint8_t* REGFI_CLASSNAME::raw |
Represents raw buffer read from classname cell.
Length of this item is specified in the size field.
uint16_t REGFI_CLASSNAME::size |
Length of the raw data.
May be shorter than that indicated by parent key.