PFND3DKMT_GETDWMVERTICALBLANKEVENT - NtDoc

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

PFND3DKMT_GETDWMVERTICALBLANKEVENT Pfnd3dkmtGetdwmverticalblankevent;

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

NtDoc

No description available.

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

PFND3DKMT_GETDWMVERTICALBLANKEVENT callback function

Description

Pfnd3dkmtGetdwmverticalblankevent gets DWM (desktop windows manager) vertical blank event.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETVERTICALBLANKEVENT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETDWMVERTICALBLANKEVENT Pfnd3dkmtGetdwmverticalblankevent;

// Definition

NTSTATUS Pfnd3dkmtGetdwmverticalblankevent
(
    const D3DKMT_GETVERTICALBLANKEVENT *
)
{...}

Remarks

See also