UCMTCPCI_PORT_CONTROLLER_CONFIG - NtDoc

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

typedef struct _UCMTCPCI_PORT_CONTROLLER_CONFIG {
  ULONG                                    Size;
  PUCMTCPCI_PORT_CONTROLLER_IDENTIFICATION Identification;
  PUCMTCPCI_PORT_CONTROLLER_CAPABILITIES   Capabilities;
} UCMTCPCI_PORT_CONTROLLER_CONFIG, *PUCMTCPCI_PORT_CONTROLLER_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmtcpciportcontroller-_ucmtcpci_port_controller_config)

_UCMTCPCI_PORT_CONTROLLER_CONFIG structure

Description

Contains configuration options for the port controller object, passed by the client driver in the call to UcmTcpciPortControllerCreate. Call UCMTCPCI_PORT_CONTROLLER_CONFIG_INIT to initialize this structure.

Members

Size

Size of this structure.

Identification

A pointer to the UCMTCPCI_PORT_CONTROLLER_IDENTIFICATION structure.

Capabilities

A pointer to the UCMTCPCI_PORT_CONTROLLER_CAPABILITIES structure.

See also

UcmTcpciPortControllerCreate