TianoCore EDK2 master
Loading...
Searching...
No Matches
FileInfo.h
Go to the documentation of this file.
1
11#ifndef __FILE_INFO_H__
12#define __FILE_INFO_H__
13
14#define EFI_FILE_INFO_ID \
15 { \
16 0x9576e92, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
17 }
18
19typedef struct {
23 UINT64 Size;
27 UINT64 FileSize;
47 UINT64 Attribute;
52 CHAR16 FileName[1];
54
62#define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)
63
64extern EFI_GUID gEfiFileInfoGuid;
65
66#endif
EFI_TIME ModificationTime
Definition: FileInfo.h:43
UINT64 PhysicalSize
Definition: FileInfo.h:31
EFI_TIME CreateTime
Definition: FileInfo.h:35
UINT64 Size
Definition: FileInfo.h:23
UINT64 Attribute
Definition: FileInfo.h:47
EFI_TIME LastAccessTime
Definition: FileInfo.h:39
UINT64 FileSize
Definition: FileInfo.h:27
Definition: Base.h:213