D3DKMT_WAITFORVERTICALBLANKEVENT structure (d3dkmthk.h)
The D3DKMT_WAITFORVERTICALBLANKEVENT structure describes parameters for waiting for the vertical blanking interval to occur.
Syntax
typedef struct _D3DKMT_WAITFORVERTICALBLANKEVENT {
[in] D3DKMT_HANDLE hAdapter;
[in] D3DKMT_HANDLE hDevice;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_WAITFORVERTICALBLANKEVENT;
Members
[in] hAdapter
A handle to the adapter.
[in] hDevice
A handle to the display device. This member is optionally specified. However, if the OpenGL ICD specifies the display device, the kernel is given more optimization opportunities with regard to power usage.
[in] VidPnSourceId
The zero-based identification number of the video present source in a path of a video present network (VidPN) topology for the VidPN source.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |