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

Data Fields

EFI_GUIDNameGuid
 
EFI_FV_FILETYPE Type
 
EFI_FV_FILE_ATTRIBUTES FileAttributes
 
VOID * Buffer
 
UINT32 BufferSize
 

Detailed Description

Definition at line 420 of file FirmwareVolume2.h.

Field Documentation

◆ Buffer

VOID* EFI_FV_WRITE_FILE_DATA::Buffer

Pointer to a buffer containing the file to be written.

Definition at line 436 of file FirmwareVolume2.h.

◆ BufferSize

UINT32 EFI_FV_WRITE_FILE_DATA::BufferSize

Indicates the size of the file image contained in Buffer.

Definition at line 440 of file FirmwareVolume2.h.

◆ FileAttributes

EFI_FV_FILE_ATTRIBUTES EFI_FV_WRITE_FILE_DATA::FileAttributes

Indicates the attributes for the file to be written.

Definition at line 432 of file FirmwareVolume2.h.

◆ NameGuid

EFI_GUID* EFI_FV_WRITE_FILE_DATA::NameGuid

Pointer to a GUID, which is the file name to be written.

Definition at line 424 of file FirmwareVolume2.h.

◆ Type

EFI_FV_FILETYPE EFI_FV_WRITE_FILE_DATA::Type

Indicates the type of file to be written.

Definition at line 428 of file FirmwareVolume2.h.


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