D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_queryremotevidpnsourcefromgdidisplayname)

_D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME structure

Description

Describes information that is required to map a GDI display name to a remote video present network (VidPN) source ID.

Members

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.

See also

D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName