// 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 referenceNo description available.
Initializes a UCX_CONTROLLER_CONFIG structure with the specified values for the controller with PCI as the parent bus type.
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.