EmulatorPkg[all]
0.1
|
Functions | |
EMU_IO_THUNK_PROTOCOL *EFIAPI | GetIoThunkInstance (IN EFI_GUID *Protocol, IN UINTN Instance) |
Variables | |
EMU_THUNK_PROTOCOL * | gEmuThunk |
EMU_IO_THUNK_PROTOCOL* EFIAPI GetIoThunkInstance | ( | IN EFI_GUID * | Protocol, |
IN UINTN | Instance | ||
) |
Serach the EMU IO Thunk database for a matching EMU IO Thunk Protocol instance.
Protocol | Protocol to search for. |
Instance | Instance of protocol to search for. |
NULL | Protocol and Instance not found. |
other | EMU IO Thunk protocol that matched. |
EMU_THUNK_PROTOCOL* gEmuThunk |