D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET structure (d3dkmthk.h)
Used to set sync refresh count for wait target.
Syntax
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;
Members
[in] hAdapter
A handle to the graphics adapter.
[in, hDevice
A handle to the device.
[in] 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.
[in] TargetSyncRefreshCount
The target sync refresh count.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |