UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT function (ucmtcpciportcontroller.h)

Initializes the UCMTCPCI_PORT_CONTROLLER_CONFIG structure.

Syntax

void UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT(
  [out] PUCMTCPCI_PORT_CONTROLLER_CONFIG         Config,
  [in]  PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification,
  [in]  PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES   Capabilities
);

Parameters

[out] Config

A pointer to the driver-allocated UCMTCPCI_PORT_CONTROLLER_CONFIG structure.

[in] Identification

A pointer to the UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION structure.

[in] Capabilities

A pointer to the UCMTCPCI_PORT_CONTROLLER_CAPABILITIES structure.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Header ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

See also

UcmTcpciPortControllerCreate