D3DKMT_WAITFORVERTICALBLANKEVENT - NtDoc

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

typedef struct _D3DKMT_WAITFORVERTICALBLANKEVENT {
  [in] D3DKMT_HANDLE                  hAdapter;
  [in] D3DKMT_HANDLE                  hDevice;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_WAITFORVERTICALBLANKEVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_WAITFORVERTICALBLANKEVENT structure

Description

The D3DKMT_WAITFORVERTICALBLANKEVENT structure describes parameters for waiting for the vertical blanking interval to occur.

Members

hAdapter [in]

A handle to the adapter.

hDevice [in]

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.

VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology for the VidPN source.

See also

D3DKMTWaitForVerticalBlankEvent