UCX_CONTROLLER_CONFIG_SET_PCI_INFO - NtDoc

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

VOID UCX_CONTROLLER_CONFIG_SET_PCI_INFO(
  [in] PUCX_CONTROLLER_CONFIG Config,
  [in] ULONG                  VendorId,
  [in] ULONG                  DeviceId,
  [in] USHORT                 RevisionId,
  [in] ULONG                  BusNumber,
  [in] ULONG                  DeviceNumber,
  [in] ULONG                  FunctionNumber
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucxcontroller-ucx_controller_config_set_pci_info)

UCX_CONTROLLER_CONFIG_SET_PCI_INFO function

Description

Initializes a UCX_CONTROLLER_CONFIG structure with the specified values for the controller with PCI as the parent bus type.

Parameters

Config [in]

A pointer to a UCX_CONTROLLER_CONFIG structure to initialize.

VendorId [in]

Specifies the vendor identifier for the device as assigned by the PCI SIG.

DeviceId [in]

Specifies the device identifier assigned by the manufacturer.

RevisionId [in]

Specifies the revision level of the device described by the DeviceID member.

BusNumber [in]

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

DeviceNumber [in]

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

FunctionNumber [in]

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

See also

UCX_CONTROLLER_CONFIG

UcxControllerCreate