XenevaOS
Loading...
Searching...
No Matches
FileInfo.h
Go to the documentation of this file.
1
17#ifndef __FILE_INFO_H__
18#define __FILE_INFO_H__
19
20#define EFI_FILE_INFO_ID \
21 { \
22 0x9576e92, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
23 }
24
59
67#define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)
68
70
71#endif
unsigned short CHAR16
Definition ProcessorBind.h:105
EFI_GUID gEfiFileInfoGuid
COMPILER_DEPENDENT_UINT64 UINT64
Definition actypes.h:239
Definition FileInfo.h:25
EFI_TIME ModificationTime
Definition FileInfo.h:49
UINT64 PhysicalSize
Definition FileInfo.h:37
EFI_TIME CreateTime
Definition FileInfo.h:41
UINT64 Size
Definition FileInfo.h:29
UINT64 Attribute
Definition FileInfo.h:53
EFI_TIME LastAccessTime
Definition FileInfo.h:45
UINT64 FileSize
Definition FileInfo.h:33
Definition UefiBaseType.h:72
Definition Base.h:281