// 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 referenceNo description available.
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.
NameA PEP_ACPI_OBJECT_NAME structure that contains the four-character name of the ACPI object.
TypeA PEP_ACPI_OBJECT_TYPE enumeration value that indicates the type of ACPI object. Currently, the only supported object type is a control method.
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.
PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE
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.
NameA PEP_ACPI_OBJECT_NAME structure that contains the four-character name of the ACPI object.
TypeA PEP_ACPI_OBJECT_TYPE enumeration value that indicates the type of ACPI object. Currently, the only supported object type is a control method.
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.
PEP_ACPI_ENUMERATE_DEVICE_NAMESPACE