UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED_IN_PARAMS structure (ucmtcpciportcontrollerrequests.h)

Stocke des informations sur l’affectation de broche du mode alternatif DisplayPort qui a été configuré. Cette structure est utilisée dans la demande IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED .

Syntaxe

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;

Membres

PortControllerObject

Gérez l’objet contrôleur de port que le pilote client a reçu lors de l’appel précédent à UcmTcpciPortControllerCreate.

PinAssignment

Valeur de type UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT qui indique l’épingle configurée.

Configuration requise

Condition requise Valeur
En-tête ucmtcpciportcontrollerrequests.h

Voir aussi

IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_CONFIGURED