PEP_ACPI_OBJECT_TYPE enumeration (pepfx.h)

The PEP_ACPI_OBJECT_TYPE enumeration indicates the type of ACPI object.

Syntax

typedef enum _PEP_ACPI_OBJECT_TYPE {
  PepAcpiObjectTypeMethod,
  PepAcpiObjectTypeDevice,
  PepAcpiObjectTypeMaximum
} PEP_ACPI_OBJECT_TYPE, *PPEP_ACPI_OBJECT_TYPE;

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.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pepfx.h (include Pep_x.h)

See also

PEP_ACPI_QUERY_OBJECT_INFORMATION