PFND3DKMT_WAITFORIDLE - NtDoc

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

PFND3DKMT_WAITFORIDLE Pfnd3dkmtWaitforidle;

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

NtDoc

No description available.

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

PFND3DKMT_WAITFORIDLE callback function

Description

The PFND3DKMT_WAITFORIDLE callback function waits for a display device to be idle.

Parameters

unnamedParam1

Pointer to a D3DKMT_WAITFORIDLE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_WAITFORIDLE Pfnd3dkmtWaitforidle;

// Definition

NTSTATUS Pfnd3dkmtWaitforidle
(
    const D3DKMT_WAITFORIDLE *
)
{...}

Remarks

See also