UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT - NtDoc

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

VOID UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT(
  [out] PUCMTCPCI_PORT_CONTROLLER_CONFIG         Config,
  [in]  PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification,
  [in]  PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES   Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmtcpciportcontroller-ucmtcpci_port_controller_config_init)

UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT function

Description

Initializes the UCMTCPCI_PORT_CONTROLLER_CONFIG structure.

Parameters

Config [out]

A pointer to the driver-allocated UCMTCPCI_PORT_CONTROLLER_CONFIG structure.

Identification [in]

A pointer to the UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION structure.

Capabilities [in]

A pointer to the UCMTCPCI_PORT_CONTROLLER_CAPABILITIES structure.

See also

UcmTcpciPortControllerCreate