UCX_CONTROLLER_PCI_INFORMATION - NtDoc

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

typedef struct _UCX_CONTROLLER_PCI_INFORMATION {
  ULONG  VendorId;
  ULONG  DeviceId;
  USHORT RevisionId;
  ULONG  BusNumber;
  ULONG  DeviceNumber;
  ULONG  FunctionNumber;
} UCX_CONTROLLER_PCI_INFORMATION, *PUCX_CONTROLLER_PCI_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCX_CONTROLLER_PCI_INFORMATION structure

Description

This structure provides information about a PCI USB controller.

Members

VendorId

The vendor ID for the PCI USB controller.

DeviceId

The device ID for the PCI USB controller.

RevisionId

The revision ID for the PCI USB controller.

BusNumber

Specifies the bus number that identifies the bus instance that a device instance is attached to.

DeviceNumber

Specifies the device number that is assigned to the logical PCI slot.

FunctionNumber

Specifies the specific function on the device that is located in the logical PCI slot.

See also

UCX_CONTROLLER_CONFIG

UCX_CONTROLLER_CONFIG_SET_PCI_INFO

UCX_CONTROLLER_PARENT_BUS_TYPE