D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME structure (d3dkmthk.h)
Describes information that is required to map a GDI display name to a remote video present network (VidPN) source ID.
Syntax
typedef struct _D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME {
WCHAR DeviceName[32];
[out] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME;
Members
[in] DeviceName[32]
The name of the GDI device on which to open an adapter instance.
[out] VidPnSourceId
The zero-based video present network (VidPN) source identifier for the display device that is represented by the DeviceName member.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h (include D3dkmthk.h) |