// 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 referenceNo description available.
The PEP_ACPI_OBJECT_TYPE enumeration indicates the type of ACPI object.
PepAcpiObjectTypeMethodThe object is an ACPI control method.
PepAcpiObjectTypeDevicePepAcpiObjectTypeMaximumReserved for use by the operating system.
The Type member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is an PEP_ACPI_OBJECT_TYPE enumeration value.
PEP_ACPI_QUERY_OBJECT_INFORMATION
The PEP_ACPI_OBJECT_TYPE enumeration indicates the type of ACPI object.
PepAcpiObjectTypeMethodThe object is an ACPI control method.
PepAcpiObjectTypeDevicePepAcpiObjectTypeMaximumReserved for use by the operating system.
The Type member of the PEP_ACPI_QUERY_OBJECT_INFORMATION structure is an PEP_ACPI_OBJECT_TYPE enumeration value.
PEP_ACPI_QUERY_OBJECT_INFORMATION