TianoCore EDK2 master
Loading...
Searching...
No Matches
IHANDLE Struct Reference

#include <MdeModulePkg/Core/Dxe/Hand/Handle.h>

Data Fields

UINTN Signature
 
LIST_ENTRY AllHandles
 All handles list of IHANDLE.
 
LIST_ENTRY Protocols
 List of PROTOCOL_INTERFACE's for this handle.
 
UINTN LocateRequest
 
UINT64 Key
 The Handle Database Key value when this handle was last created or modified.
 

Detailed Description

IHANDLE - contains a list of protocol handles

Definition at line 17 of file Handle.h.

Field Documentation

◆ AllHandles

LIST_ENTRY IHANDLE::AllHandles

All handles list of IHANDLE.

Definition at line 20 of file Handle.h.

◆ Key

UINT64 IHANDLE::Key

The Handle Database Key value when this handle was last created or modified.

Definition at line 25 of file Handle.h.

◆ LocateRequest

UINTN IHANDLE::LocateRequest

Definition at line 23 of file Handle.h.

◆ Protocols

LIST_ENTRY IHANDLE::Protocols

List of PROTOCOL_INTERFACE's for this handle.

Definition at line 22 of file Handle.h.

◆ Signature

UINTN IHANDLE::Signature

Definition at line 18 of file Handle.h.


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