D3DKMTGetPresentHistory - NtDoc

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

NTSTATUS D3DKMTGetPresentHistory(
  D3DKMT_GETPRESENTHISTORY *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtgetpresenthistory)

D3DKMTGetPresentHistory function

Description

The D3DKMTGetPresentHistory function retrieves copying history.

Parameters

unnamedParam1

pData [in, out]

Supplies a pointer to a D3DKMT_GETPRESENTHISTORY structure that describes the copying history.

Return value

Returns STATUS_SUCCESS if copying history is successfully retrieved; otherwise an appropriate error code.

See also

D3DKMT_GETPRESENTHISTORY