struttura SDEV_SECURE_ACPI_INFO_ENTRY (acpitabl.h)
La struttura _SDEV_SECURE_ACPI_INFO_ENTRY definisce una voce di informazioni per un dispositivo ACPI sicuro da usare in una tabella di dispositivi sicura.
Sintassi
typedef struct _SDEV_SECURE_ACPI_INFO_ENTRY {
SDEV_ENTRY_HEADER Header;
USHORT IdentifierOffset;
USHORT IdentifierLength;
USHORT VendorInfoOffset;
USHORT VendorInfoLength;
USHORT SecureResourcesOffset;
USHORT SecureResourcesLength;
} SDEV_SECURE_ACPI_INFO_ENTRY, *PSDEV_SECURE_ACPI_INFO_ENTRY;
Membri
Header
Intestazione SDEV_ENTRY_HEADER.
IdentifierOffset
Valore di offset dell'identificatore.
IdentifierLength
Lunghezza dell'identificatore.
VendorInfoOffset
Valore di offset delle informazioni del fornitore.
VendorInfoLength
Lunghezza delle informazioni sul fornitore.
SecureResourcesOffset
Valore di offset delle risorse sicure.
SecureResourcesLength
Lunghezza delle informazioni sulle risorse protette.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 2004 |
intestazione | acpitabl.h (include Acpitabl.h) |