PEP_ACPI_OBJECT_NAME_WITH_TYPE - NtDoc

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

typedef struct _PEP_ACPI_OBJECT_NAME_WITH_TYPE {
  PEP_ACPI_OBJECT_NAME Name;
  PEP_ACPI_OBJECT_TYPE Type;
} PEP_ACPI_OBJECT_NAME_WITH_TYPE, *PPEP_ACPI_OBJECT_NAME_WITH_TYPE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_ACPI_OBJECT_NAME_WITH_TYPE {
  PEP_ACPI_OBJECT_NAME Name;
  PEP_ACPI_OBJECT_TYPE Type;
} PEP_ACPI_OBJECT_NAME_WITH_TYPE, *PPEP_ACPI_OBJECT_NAME_WITH_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_ACPI_OBJECT_NAME_WITH_TYPE structure (pep_x.h)

Description

The PEP_ACPI_OBJECT_NAME_WITH_TYPE structure that specifies both the path-relative name of an ACPI object and the type of this object.

Members

Name

A PEP_ACPI_OBJECT_NAME structure that contains the four-character name of the ACPI object.

Type

A PEP_ACPI_OBJECT_TYPE enumeration value that indicates the type of ACPI object. Currently, the only supported object type is a control method.

Remarks

The Objects member of the PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE structure is the first element in an array of PEP_ACPI_OBJECT_NAME_WITH_TYPE structures.

See also

PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE

PEP_ACPI_OBJECT_NAME

PEP_ACPI_OBJECT_TYPE


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

_PEP_ACPI_OBJECT_NAME_WITH_TYPE structure (pepfx.h)

Description

The PEP_ACPI_OBJECT_NAME_WITH_TYPE structure that specifies both the path-relative name of an ACPI object and the type of this object.

Members

Name

A PEP_ACPI_OBJECT_NAME structure that contains the four-character name of the ACPI object.

Type

A PEP_ACPI_OBJECT_TYPE enumeration value that indicates the type of ACPI object. Currently, the only supported object type is a control method.

Remarks

The Objects member of the PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE structure is the first element in an array of PEP_ACPI_OBJECT_NAME_WITH_TYPE structures.

See also

PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE

PEP_ACPI_OBJECT_NAME

PEP_ACPI_OBJECT_TYPE