// ucmtcpciportcontrollerrequests.h
// CTL_CODE(0x0058, 0x019, METHOD_BUFFERED, FILE_WRITE_ACCESS)
#define IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_DISPLAY_OUT_STATUS_CHANGED 0x00588064
View the official Windows Driver Kit DDI referenceNo description available.
Notifies the client driver that the display out status of the DisplayPort connection has changed so that the driver can perform additional tasks.
A pointer to a UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_DISPLAY_OUT_STATUS_CHANGED_IN_PARAMS structure that contains status information.
The size of the UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_DISPLAY_OUT_STATUS_CHANGED_IN_PARAMS structure.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
The UcmTcpciCx class extension sends this IOCTL request when the display out status changes. The client driver can determine the new status based on the values passed in the supplied structure.