UCX_CONTROLLER_ACPI_INFORMATION - NtDoc

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

typedef struct _UCX_CONTROLLER_ACPI_INFORMATION {
  CHAR VendorId[MAX_VENDOR_ID_STRING_LENGTH];
  CHAR DeviceId[MAX_DEVICE_ID_STRING_LENGTH];
  CHAR RevisionId[MAX_REVISION_ID_STRING_LENGTH];
} UCX_CONTROLLER_ACPI_INFORMATION, *PUCX_CONTROLLER_ACPI_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxcontroller-_ucx_controller_acpi_information)

_UCX_CONTROLLER_ACPI_INFORMATION structure

Description

This structure provides information about an advanced Configuration and power interface (ACPI) USB controller.

Members

VendorId

The vendor ID of the ACPI USB controller.

DeviceId

The device ID of the ACPI USB controller.

RevisionId

The revision ID of the ACPI USB controller.

See also

UCX_CONTROLLER_CONFIG

UCX_CONTROLLER_CONFIG_SET_ACPI_INFO