// d3dkmthk.h
typedef struct _D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME {
WCHAR DeviceName[32];
[out] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME;
View the official Windows Driver Kit DDI referenceNo description available.
Describes information that is required to map a GDI display name to a remote video present network (VidPN) source ID.
DeviceName [in]The name of the GDI device on which to open an adapter instance.
VidPnSourceId [out]The zero-based video present network (VidPN) source identifier for the display device that is represented by the DeviceName member.
D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName