PEP_ACPI_OBJECT_NAME - NtDoc

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

typedef union _PEP_ACPI_OBJECT_NAME {
  UCHAR Name[4];
  ULONG NameAsUlong;
} PEP_ACPI_OBJECT_NAME, *PPEP_ACPI_OBJECT_NAME;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef union _PEP_ACPI_OBJECT_NAME {
  UCHAR Name[4];
  ULONG NameAsUlong;
} PEP_ACPI_OBJECT_NAME, *PPEP_ACPI_OBJECT_NAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_acpi_object_name)

_PEP_ACPI_OBJECT_NAME structure (pep_x.h)

Description

The PEP_ACPI_OBJECT_NAME union contains the four-character name of an ACPI object.

Members

Name

The object name stored as an array of four 8-bit unsigned characters.

NameAsUlong

The object name stored as a single 32-bit unsigned integer value.

Remarks

The Name member of the PEP_ACPI_OBJECT_NAME_WITH_TYPE structure is a PEP_ACPI_OBJECT_NAME union. Also, the Name member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is a PEP_ACPI_OBJECT_NAME union.

See also


Windows Driver Kit DDI reference (ns-pepfx-_pep_acpi_object_name)

_PEP_ACPI_OBJECT_NAME structure (pepfx.h)

Description

The PEP_ACPI_OBJECT_NAME union contains the four-character name of an ACPI object.

Members

Name

The object name stored as an array of four 8-bit unsigned characters.

NameAsUlong

The object name stored as a single 32-bit unsigned integer value.

Remarks

The Name member of the PEP_ACPI_OBJECT_NAME_WITH_TYPE structure is a PEP_ACPI_OBJECT_NAME union. Also, the Name member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is a PEP_ACPI_OBJECT_NAME union.

See also