UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED_IN_PARAMS structure (ucmtcpciportcontrollerrequests.h)

Stores information about the pin assignment of the DisplayPort alternate mode that was configured. This structure is used in the IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED request.

Syntax

typedef struct _UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED_IN_PARAMS {
  UCMTCPCIPORTCONTROLLER                              PortControllerObject;
  UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT PinAssignment;
} UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED_IN_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED_IN_PARAMS;

Members

PortControllerObject

Handle to the port controller object that the client driver received in the previous call to UcmTcpciPortControllerCreate.

PinAssignment

A UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT-type value that indicates the pin that was configured.

Requirements

Requirement Value
Header ucmtcpciportcontrollerrequests.h

See also

IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED