PEP_ACPI_OBJECT_TYPE - NtDoc

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

typedef enum _PEP_ACPI_OBJECT_TYPE {
  PepAcpiObjectTypeMethod,
  PepAcpiObjectTypeDevice,
  PepAcpiObjectTypeMaximum
} PEP_ACPI_OBJECT_TYPE, *PPEP_ACPI_OBJECT_TYPE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef enum _PEP_ACPI_OBJECT_TYPE {
  PepAcpiObjectTypeMethod,
  PepAcpiObjectTypeDevice,
  PepAcpiObjectTypeMaximum
} PEP_ACPI_OBJECT_TYPE, *PPEP_ACPI_OBJECT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pep_x-_pep_acpi_object_type)

_PEP_ACPI_OBJECT_TYPE enumeration (pep_x.h)

Description

The PEP_ACPI_OBJECT_TYPE enumeration indicates the type of ACPI object.

Constants

PepAcpiObjectTypeMethod

The object is an ACPI control method.

PepAcpiObjectTypeDevice

PepAcpiObjectTypeMaximum

Reserved for use by the operating system.

Remarks

The Type member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is an PEP_ACPI_OBJECT_TYPE enumeration value.

See also

PEP_ACPI_QUERY_OBJECT_INFORMATION


Windows Driver Kit DDI reference (ne-pepfx-_pep_acpi_object_type)

_PEP_ACPI_OBJECT_TYPE enumeration (pepfx.h)

Description

The PEP_ACPI_OBJECT_TYPE enumeration indicates the type of ACPI object.

Constants

PepAcpiObjectTypeMethod

The object is an ACPI control method.

PepAcpiObjectTypeDevice

PepAcpiObjectTypeMaximum

Reserved for use by the operating system.

Remarks

The Type member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is an PEP_ACPI_OBJECT_TYPE enumeration value.

See also

PEP_ACPI_QUERY_OBJECT_INFORMATION