D3DKMTGetPresentHistory function (d3dkmthk.h)

The D3DKMTGetPresentHistory function retrieves copying history.

Syntax

NTSTATUS D3DKMTGetPresentHistory(
  D3DKMT_GETPRESENTHISTORY *unnamedParam1
);

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.

Requirements

Requirement Value
Minimum supported client Windows Vista
Target Platform Universal
Header d3dkmthk.h (include D3dkmthk.h)
Library Gdi32.lib
DLL Gdi32.dll

See also

D3DKMT_GETPRESENTHISTORY