共用方式為


UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT函式 (ucmtcpciportcontroller.h)

初始化 UCMTCPCI_PORT_CONTROLLER_CONFIG 結構。

語法

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

參數

[out] Config

驅動程式配置 UCMTCPCI_PORT_CONTROLLER_CONFIG 結構的指標。

[in] Identification

UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION 結構的指標。

[in] Capabilities

UCMTCPCI_PORT_CONTROLLER_CAPABILITIES 結構的指標。

傳回值

規格需求

需求
最低支援的用戶端 Windows 10
最低支援的伺服器 Windows Server 2016
目標平台 Windows
標頭 ucmtcpciportcontroller.h
IRQL PASSIVE_LEVEL

另請參閱

UcmTcpciPortControllerCreate