|
TianoCore EDK2 master
|
Data Fields | |
| EFI_GUID * | NameGuid |
| EFI_FV_FILETYPE | Type |
| EFI_FV_FILE_ATTRIBUTES | FileAttributes |
| VOID * | Buffer |
| UINT32 | BufferSize |
Definition at line 420 of file FirmwareVolume2.h.
| 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.
| 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.
| 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.
| 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.
| 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.