// dispmprt.h
typedef struct _DXGKARG_GETDPADDRESS {
D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
UINT DPNativeError;
UINT RootPortIndex;
BYTE NumLinks;
BYTE RelAddress[MAX_DP_ADDRESS_SIZE];
} DXGKARG_GETDPADDRESS, *PDXGKARG_GETDPADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_GETDPADDRESS structure is a parameter for the DXGKDDI_GETDPADDRESS callback.
TargetIdD3DDDI_VIDEO_PRESENT_TARGET_ID structure that contains information about video present target.
DPNativeErrorField in which the driver can encode more details about the error when returning STATUS_DEVICE_PROTOCOL_ERROR from DXGKDDI_GETDPADDRESS.
RootPortIndexIndex value of the DP-capable connector.
NumLinksNumber of links between the root port and target device. NumLinks should be 0 if the DP monitor is directly connected to the GPU.
RelAddressDP Relative Address. The format is described in the DP specification.
D3DDDI_VIDEO_PRESENT_TARGET_ID