XenevaOS
Loading...
Searching...
No Matches
DevicePathToText.h
Go to the documentation of this file.
1
16#ifndef __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
17#define __DEVICE_PATH_TO_TEXT_PROTOCOL_H__
18
22#define EFI_DEVICE_PATH_TO_TEXT_PROTOCOL_GUID \
23 { \
24 0x8b843e20, 0x8132, 0x4852, {0x90, 0xcc, 0x55, 0x1a, 0x4e, 0x4a, 0x7f, 0x1c } \
25 }
26
42typedef
46 IN BOOLEAN DisplayOnly,
47 IN BOOLEAN AllowShortcuts
48 );
49
65typedef
69 IN BOOLEAN DisplayOnly,
70 IN BOOLEAN AllowShortcuts
71 );
72
80
82
83#endif
84
85
unsigned short CHAR16
Definition ProcessorBind.h:105
#define EFIAPI
Definition ProcessorBind.h:172
#define CONST
Definition Base.h:327
#define IN
Definition Base.h:347
CHAR16 *(EFIAPI * EFI_DEVICE_PATH_TO_TEXT_PATH)(IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
Definition DevicePathToText.h:67
EFI_GUID gEfiDevicePathToTextProtocolGuid
CHAR16 *(EFIAPI * EFI_DEVICE_PATH_TO_TEXT_NODE)(IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts)
Definition DevicePathToText.h:44
unsigned char BOOLEAN
Definition actypes.h:235
Definition DevicePath.h:49
Definition DevicePathToText.h:76
EFI_DEVICE_PATH_TO_TEXT_PATH ConvertDevicePathToText
Definition DevicePathToText.h:78
EFI_DEVICE_PATH_TO_TEXT_NODE ConvertDeviceNodeToText
Definition DevicePathToText.h:77
Definition Base.h:281