// ucmtcpciportcontrollerrequests.h
typedef enum _UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT {
UcmTcpciPortControllerPinAssignmentInvalid,
UcmTcpciPortControllerDFPDPinAssignmentA,
UcmTcpciPortControllerDFPDPinAssignmentB,
UcmTcpciPortControllerDFPDPinAssignmentC,
UcmTcpciPortControllerDFPDPinAssignmentD,
UcmTcpciPortControllerDFPDPinAssignmentE,
UcmTcpciPortControllerDFPDPinAssignmentF,
UcmTcpciPortControllerUFPDPinAssignmentA,
UcmTcpciPortControllerUFPDPinAssignmentB,
UcmTcpciPortControllerUFPDPinAssignmentC,
UcmTcpciPortControllerUFPDPinAssignmentD,
UcmTcpciPortControllerUFPDPinAssignmentE
} UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT;
View the official Windows Driver Kit DDI referenceNo description available.
The _UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_PIN_ASSIGNMENT enumeration defines values used to identify DisplayPort pin assignments.
UcmTcpciPortControllerPinAssignmentInvalidInvalid pin assignment
UcmTcpciPortControllerDFPDPinAssignmentADFPD pin assignment A
UcmTcpciPortControllerDFPDPinAssignmentBDFPD pin assignment B
UcmTcpciPortControllerDFPDPinAssignmentCDFPD pin assignment C
UcmTcpciPortControllerDFPDPinAssignmentDDFPD pin assignment D
UcmTcpciPortControllerDFPDPinAssignmentEDFPD pin assignment E
UcmTcpciPortControllerDFPDPinAssignmentFDFPD pin assignment F
UcmTcpciPortControllerUFPDPinAssignmentAUFPD pin assignment A
UcmTcpciPortControllerUFPDPinAssignmentBUFPD pin assignment B
UcmTcpciPortControllerUFPDPinAssignmentCUFPD pin assignment C
UcmTcpciPortControllerUFPDPinAssignmentDUFPD pin assignment D
UcmTcpciPortControllerUFPDPinAssignmentEUFPD pin assignment E