XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_FV_FILE_INFO Struct Reference

#include <PiPeiCis.h>

Collaboration diagram for EFI_FV_FILE_INFO:
Collaboration graph
[legend]

Public Attributes

EFI_GUID FileName
 
EFI_FV_FILETYPE FileType
 
EFI_FV_FILE_ATTRIBUTES FileAttributes
 
VOIDBuffer
 
UINT32 BufferSize
 

Detailed Description

The information of the FV file.

Member Data 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.

◆ BufferSize

UINT32 EFI_FV_FILE_INFO::BufferSize

Size of the file's data.

◆ FileAttributes

EFI_FV_FILE_ATTRIBUTES EFI_FV_FILE_INFO::FileAttributes

Attributes of the file.

◆ FileName

EFI_GUID EFI_FV_FILE_INFO::FileName

Name of the file.

◆ FileType

EFI_FV_FILETYPE EFI_FV_FILE_INFO::FileType

File type.


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