// ucmtcpciportcontrollerrequests.h
typedef enum _UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_HPD_STATUS {
UcmTcpciPortControllerHPDStatusLow,
UcmTcpciPortControllerHPDStatusHigh
} UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_HPD_STATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Defines values to determine whether a DisplayPort device is plugged in.
UcmTcpciPortControllerHPDStatusLowThe DisplayPort device is unplugged.
UcmTcpciPortControllerHPDStatusHighA DisplayPort device such as a monitor is plugged in.
IOCTL_UCMTCPCI_PORT_CONTROLLER_DISPLAYPORT_HPD_STATUS_CHANGED