D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET - NtDoc

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

typedef struct _D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET {
  [in]      D3DKMT_HANDLE                  hAdapter;
  [in, opt] D3DKMT_HANDLE                  hDevice;
  [in]      D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in]      UINT                           TargetSyncRefreshCount;
} D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET structure

Description

Used to set sync refresh count for wait target.

Members

hAdapter [in]

A handle to the graphics adapter.

hDevice [in, opt]

A handle to the device.

VidPnSourceId [in]

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.

TargetSyncRefreshCount [in]

The target sync refresh count.

Remarks

See also