PFND3DKMT_GETPRESENTHISTORY - NtDoc

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

PFND3DKMT_GETPRESENTHISTORY Pfnd3dkmtGetpresenthistory;

NTSTATUS Pfnd3dkmtGetpresenthistory(
  D3DKMT_GETPRESENTHISTORY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_GETPRESENTHISTORY callback function

Description

Pfnd3dkmtGetpresenthistory retrieves copying history.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETPRESENTHISTORY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETPRESENTHISTORY Pfnd3dkmtGetpresenthistory;

// Definition

NTSTATUS Pfnd3dkmtGetpresenthistory
(
    D3DKMT_GETPRESENTHISTORY *
)
{...}

Remarks

See also