PFND3DKMT_POLLDISPLAYCHILDREN - NtDoc

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

PFND3DKMT_POLLDISPLAYCHILDREN Pfnd3dkmtPolldisplaychildren;

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

NtDoc

No description available.

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

PFND3DKMT_POLLDISPLAYCHILDREN callback function

Description

The PFND3DKMT_POLLDISPLAYCHILDREN callback function queries for connectivity status of all child devices of the given adapter.

Parameters

unnamedParam1

Pointer to a D3DKMT_POLLDISPLAYCHILDREN structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_POLLDISPLAYCHILDREN Pfnd3dkmtPolldisplaychildren;

// Definition

NTSTATUS Pfnd3dkmtPolldisplaychildren
(
    const D3DKMT_POLLDISPLAYCHILDREN *
)
{...}

Remarks

See also