OpenCore
1.0.4
OpenCore Bootloader
|
#include <AIKTarget.h>
Data Fields | |
APPLE_KEY_MAP_DATABASE_PROTOCOL * | KeyMapDb |
UINTN | KeyMapDbIndex |
APPLE_MODIFIER_MAP | Modifiers |
UINT64 | ModifierCounter |
APPLE_KEY_CODE | Keys [AIK_TARGET_BUFFER_SIZE] |
UINT64 | KeyCounters [AIK_TARGET_BUFFER_SIZE] |
UINTN | NumberOfKeys |
UINT64 | Counter |
UINT8 | KeyForgotThreshold |
Definition at line 36 of file AIKTarget.h.
UINT64 AIK_TARGET::Counter |
Definition at line 75 of file AIKTarget.h.
UINT64 AIK_TARGET::KeyCounters[AIK_TARGET_BUFFER_SIZE] |
Definition at line 65 of file AIKTarget.h.
UINT8 AIK_TARGET::KeyForgotThreshold |
Definition at line 80 of file AIKTarget.h.
APPLE_KEY_MAP_DATABASE_PROTOCOL* AIK_TARGET::KeyMapDb |
Definition at line 40 of file AIKTarget.h.
UINTN AIK_TARGET::KeyMapDbIndex |
Definition at line 45 of file AIKTarget.h.
APPLE_KEY_CODE AIK_TARGET::Keys[AIK_TARGET_BUFFER_SIZE] |
Definition at line 60 of file AIKTarget.h.
UINT64 AIK_TARGET::ModifierCounter |
Definition at line 55 of file AIKTarget.h.
APPLE_MODIFIER_MAP AIK_TARGET::Modifiers |
Definition at line 50 of file AIKTarget.h.
UINTN AIK_TARGET::NumberOfKeys |
Definition at line 70 of file AIKTarget.h.