PFND3DKMT_SETDISPLAYMODE - NtDoc

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

PFND3DKMT_SETDISPLAYMODE Pfnd3dkmtSetdisplaymode;

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

NtDoc

No description available.

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

PFND3DKMT_SETDISPLAYMODE callback function

Description

The PFND3DKMT_SETDISPLAYMODE callback function sets the allocation that is used to scan out to the display.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETDISPLAYMODE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETDISPLAYMODE Pfnd3dkmtSetdisplaymode;

// Definition

NTSTATUS Pfnd3dkmtSetdisplaymode
(
    const D3DKMT_SETDISPLAYMODE *
)
{...}

Remarks

See also