Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.63 KB

nf-ucxcontroller-ucx_controller_config_set_pci_info.md

File metadata and controls

93 lines (62 loc) · 2.63 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ucxcontroller.UCX_CONTROLLER_CONFIG_SET_PCI_INFO
UCX_CONTROLLER_CONFIG_SET_PCI_INFO function (ucxcontroller.h)
Initializes a UCX_CONTROLLER_CONFIG structure with the specified values for the controller with PCI as the parent bus type.
buses\_ucx_controller_config_set_pci_info.htm
usbref
05/07/2018
UCX_CONTROLLER_CONFIG_SET_PCI_INFO function
UCX_CONTROLLER_CONFIG_SET_PCI_INFO, UCX_CONTROLLER_CONFIG_SET_PCI_INFO function [Buses], buses._ucx_controller_config_set_pci_info, ucxcontroller/UCX_CONTROLLER_CONFIG_SET_PCI_INFO
ucxcontroller.h
Ucxclass.h
Windows
Windows 10
Windows
UCX_CONTROLLER_CONFIG_SET_PCI_INFO
ucxcontroller/UCX_CONTROLLER_CONFIG_SET_PCI_INFO
APIRef
kbSyntax
HeaderDef
Ucxcontroller.h
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

-param Config [in]

A pointer to a UCX_CONTROLLER_CONFIG structure to initialize.

-param VendorId [in]

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

-param DeviceId [in]

Specifies the device identifier assigned by the manufacturer.

-param RevisionId [in]

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

-param BusNumber [in]

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

-param DeviceNumber [in]

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

-param FunctionNumber [in]

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

-see-also

UCX_CONTROLLER_CONFIG

UcxControllerCreate