OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
FSW_FILE_DATA Struct Reference

#include <fsw_efi.h>

Data Fields

UINT64 Signature
 Used to identify this structure.
 
EFI_FILE FileHandle
 Published EFI protocol interface structure.
 
UINTN Type
 File type used for dispatchinng.
 
struct fsw_shandle shand
 FSW handle for this file.
 

Detailed Description

EFI Host: Private structure for a EFI_FILE interface.

Definition at line 72 of file fsw_efi.h.

Field Documentation

◆ FileHandle

EFI_FILE FSW_FILE_DATA::FileHandle

Published EFI protocol interface structure.

Definition at line 75 of file fsw_efi.h.

◆ shand

struct fsw_shandle FSW_FILE_DATA::shand

FSW handle for this file.

Definition at line 78 of file fsw_efi.h.

◆ Signature

UINT64 FSW_FILE_DATA::Signature

Used to identify this structure.

Definition at line 73 of file fsw_efi.h.

◆ Type

UINTN FSW_FILE_DATA::Type

File type used for dispatchinng.

Definition at line 77 of file fsw_efi.h.


The documentation for this struct was generated from the following file: