D3DKMT_OUTPUTDUPL_GET_FRAMEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_OUTPUTDUPL_GET_FRAMEINFO {
  D3DKMT_HANDLE                  hAdapter;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  D3DKMT_OUTPUTDUPL_FRAMEINFO    FrameInfo;
} D3DKMT_OUTPUTDUPL_GET_FRAMEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_OUTPUTDUPL_GET_FRAMEINFO structure

Description

The D3DKMT_OUTPUTDUPL_GET_FRAMEINFO structure contains frame info for duplicate outputs.

Members

hAdapter

A handle to the graphics adapter.

VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.

FrameInfo

The frame info.

Remarks

See also