ReactOS 0.4.16-dev-1524-ga5ab400
|
#include <winternl.h>
Public Attributes | |
ULONG | ProviderSignature |
SYSTEM_FIRMWARE_TABLE_ACTION | Action |
ULONG | TableID |
ULONG | TableBufferLength |
UCHAR | TableBuffer [1] |
Definition at line 3221 of file winternl.h.
SYSTEM_FIRMWARE_TABLE_ACTION _SYSTEM_FIRMWARE_TABLE_INFORMATION::Action |
Definition at line 3224 of file winternl.h.
Referenced by BaseQuerySystemFirmware(), CallNt(), and QSI_DEF().
ULONG _SYSTEM_FIRMWARE_TABLE_INFORMATION::ProviderSignature |
Definition at line 3223 of file winternl.h.
Referenced by BaseQuerySystemFirmware(), CallNt(), and QSI_DEF().
UCHAR _SYSTEM_FIRMWARE_TABLE_INFORMATION::TableBuffer |
Definition at line 3227 of file winternl.h.
Referenced by BaseQuerySystemFirmware(), CallNt(), and QSI_DEF().
ULONG _SYSTEM_FIRMWARE_TABLE_INFORMATION::TableBufferLength |
Definition at line 3226 of file winternl.h.
Referenced by BaseQuerySystemFirmware(), CallNt(), and QSI_DEF().
ULONG _SYSTEM_FIRMWARE_TABLE_INFORMATION::TableID |
Definition at line 3225 of file winternl.h.
Referenced by BaseQuerySystemFirmware(), and CallNt().