D3DKMTWaitForVerticalBlankEvent2 - NtDoc

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

NTSTATUS D3DKMTWaitForVerticalBlankEvent2(
  [in] const D3DKMT_WAITFORVERTICALBLANKEVENT2 *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtwaitforverticalblankevent2)

D3DKMTWaitForVerticalBlankEvent2 function

Description

Waits for specified wait objects, including a vertical blank event, to occur and then returns.

Parameters

unnamedParam1 [in]

A D3DKMT_WAITFORVERTICALBLANKEVENT2 structure that specifies parameters for waiting on multiple wait objects, including a vertical blank event.

Return value

Returns one of the following values:

Return code Description
STATUS_WAIT_0 The vertical blank event caused the wait object to return.
STATUS_WAIT_1–STATUS_WAIT_8 The number of the user-mode event that caused the wait object to return.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.

See also

D3DKMT_WAITFORVERTICALBLANKEVENT2