// ucmtcpciportcontrollerrequests.h
typedef struct _UCMTCPCI_PORT_CONTROLLER_ALTERNATE_MODE_ENTERED_IN_PARAMS {
UCMTCPCIPORTCONTROLLER PortControllerObject;
UINT16 SVID;
UINT32 Mode;
} UCMTCPCI_PORT_CONTROLLER_ALTERNATE_MODE_ENTERED_IN_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_ALTERNATE_MODE_ENTERED_IN_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
Stores information about the alternate mode that was detected. This structure is used in the IOCTL_UCMTCPCI_PORT_CONTROLLER_ALTERNATE_MODE_ENTERED request.
PortControllerObjectHandle to the port controller object that the client driver received in the previous call to UcmTcpciPortControllerCreate.
SVIDThe Standard or Vendor ID (SVID) for the alternate mode that was entered. In Windows 10, version 1703, the supported value is DISPLAYPORT_SVID, indicating that the partner device has entered DisplayPort mode.
ModeThe Standard or Vendor defined Mode value for the alternate mode that was entered.
IOCTL_UCMTCPCI_PORT_CONTROLLER_ALTERNATE_MODE_ENTERED