PFND3DKMT_ESCAPE - NtDoc

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

PFND3DKMT_ESCAPE Pfnd3dkmtEscape;

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

NtDoc

No description available.

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

PFND3DKMT_ESCAPE callback function

Description

The Pfnd3dkmtEscape callback function shares info with the kernel mode display driver.

Parameters

unnamedParam1

Pointer to a D3DKMT_ESCAPE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_ESCAPE Pfnd3dkmtEscape;

// Definition

NTSTATUS Pfnd3dkmtEscape
(
    const D3DKMT_ESCAPE *
)
{...}

Remarks

See also