Searched defs:EFI_FILE_INFO (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DFileInfo.h27 /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
58 } EFI_FILE_INFO; typedef in typeref:struct:__anon11345
61 /// The FileName field of the EFI_FILE_INFO data structure is variable length.
62 /// Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
65 /// This is required to make the EFI_FILE_INFO data structure ANSI compilant.
67 #define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)

Completed in 42 milliseconds