SDEV_SECURE_ACPI_INFO_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpitabl.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-_sdev_secure_acpi_info_entry)

_SDEV_SECURE_ACPI_INFO_ENTRY structure

Description

The _SDEV_SECURE_ACPI_INFO_ENTRY structure defines an information entry for a secure ACPI device for use in a secure device table.

Members

The SDEV_ENTRY_HEADER header.

IdentifierOffset

The identifier offset value.

IdentifierLength

The length of the identifier.

VendorInfoOffset

The vendor information offset value.

VendorInfoLength

The length of the vendor information.

SecureResourcesOffset

The secure resources offset value.

SecureResourcesLength

The length of the secure resources information.

Remarks

See also