MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_FV_FILE_INFO2 Struct Reference

Data Fields

EFI_GUID FileName
 
EFI_FV_FILETYPE FileType
 
EFI_FV_FILE_ATTRIBUTES FileAttributes
 
VOIDBuffer
 
UINT32 BufferSize
 
UINT32 AuthenticationStatus
 

Detailed Description

The information with authentication status of the FV file.

Field Documentation

UINT32 EFI_FV_FILE_INFO2::AuthenticationStatus

Authentication status for this file.

VOID* EFI_FV_FILE_INFO2::Buffer

Points to the file's data (not the header). Not valid if EFI_FV_FILE_ATTRIB_MEMORY_MAPPED is zero.

UINT32 EFI_FV_FILE_INFO2::BufferSize

Size of the file's data.

EFI_FV_FILE_ATTRIBUTES EFI_FV_FILE_INFO2::FileAttributes

Attributes of the file.

EFI_GUID EFI_FV_FILE_INFO2::FileName

Name of the file.

EFI_FV_FILETYPE EFI_FV_FILE_INFO2::FileType

File type.