|
XenevaOS
|
#include <FirmwareVolume2.h>

Public Attributes | |
| EFI_GUID * | NameGuid |
| EFI_FV_FILETYPE | Type |
| EFI_FV_FILE_ATTRIBUTES | FileAttributes |
| VOID * | Buffer |
| UINT32 | BufferSize |
| VOID* EFI_FV_WRITE_FILE_DATA::Buffer |
Pointer to a buffer containing the file to be written.
| UINT32 EFI_FV_WRITE_FILE_DATA::BufferSize |
Indicates the size of the file image contained in Buffer.
| EFI_FV_FILE_ATTRIBUTES EFI_FV_WRITE_FILE_DATA::FileAttributes |
Indicates the attributes for the file to be written.
| EFI_FV_FILETYPE EFI_FV_WRITE_FILE_DATA::Type |
Indicates the type of file to be written.