TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_FV_FILE_INFO Struct Reference

#include <MdePkg/Include/Pi/PiPeiCis.h>

Data Fields

EFI_GUID FileName
 
EFI_FV_FILETYPE FileType
 
EFI_FV_FILE_ATTRIBUTES FileAttributes
 
VOID * Buffer
 
UINT32 BufferSize
 

Detailed Description

The information of the FV file.

Definition at line 658 of file PiPeiCis.h.

Field Documentation

◆ Buffer

VOID* EFI_FV_FILE_INFO::Buffer

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

Definition at line 676 of file PiPeiCis.h.

◆ BufferSize

UINT32 EFI_FV_FILE_INFO::BufferSize

Size of the file's data.

Definition at line 680 of file PiPeiCis.h.

◆ FileAttributes

EFI_FV_FILE_ATTRIBUTES EFI_FV_FILE_INFO::FileAttributes

Attributes of the file.

Definition at line 670 of file PiPeiCis.h.

◆ FileName

EFI_GUID EFI_FV_FILE_INFO::FileName

Name of the file.

Definition at line 662 of file PiPeiCis.h.

◆ FileType

EFI_FV_FILETYPE EFI_FV_FILE_INFO::FileType

File type.

Definition at line 666 of file PiPeiCis.h.


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