// d3dkmddi.h
typedef struct _DXGK_CONNECTION_USB4_INFO {
UINT Dpcd_DP_IN_Adapter_Number;
UINT Dpcd_USB4_Driver_ID;
BYTE Dpcd_USB4_ROUTER_TOPOLOGY_ID[5];
} DXGK_CONNECTION_USB4_INFO, *PDXGK_CONNECTION_USB4_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
A driver that supports USB4 returns information in a DXGK_CONNECTION_USB4_INFO structure when a new monitor connected over USB4 arrives.
Dpcd_DP_IN_Adapter_NumberUniquely identifies the DisplayPort-IN adapter on the USB4 device.
Dpcd_USB4_Driver_IDUniquely identifies the host router in the system.
Dpcd_USB4_ROUTER_TOPOLOGY_ID[5]Uniquely identifies the USB4 device in the host router domain.
See Supporting DisplayPort monitors over USB4 in KMD for more information.