PFND3DKMT_WAITFORVERTICALBLANKEVENT - NtDoc

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

PFND3DKMT_WAITFORVERTICALBLANKEVENT Pfnd3dkmtWaitforverticalblankevent;

NTSTATUS Pfnd3dkmtWaitforverticalblankevent(
  const D3DKMT_WAITFORVERTICALBLANKEVENT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_waitforverticalblankevent)

PFND3DKMT_WAITFORVERTICALBLANKEVENT callback function

Description

The PFND3DKMT_WAITFORVERTICALBLANKEVENT callback function waits for the vertical blanking interval to occur.

Parameters

unnamedParam1

Pointer to a D3DKMT_WAITFORVERTICALBLANKEVENT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_WAITFORVERTICALBLANKEVENT Pfnd3dkmtWaitforverticalblankevent;

// Definition

NTSTATUS Pfnd3dkmtWaitforverticalblankevent
(
    const D3DKMT_WAITFORVERTICALBLANKEVENT *
)
{...}

Remarks

See also