DXGKDDI_UPDATEFLIPQUEUELOG - NtDoc

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

DXGKDDI_UPDATEFLIPQUEUELOG DxgkddiUpdateflipqueuelog;

NTSTATUS DxgkddiUpdateflipqueuelog(
  IN_CONST_HANDLE hAdapter,
  INOUT_PDXGKARG_UPDATEFLIPQUEUELOG pUpdateFlipQueueLog
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_updateflipqueuelog)

Description

The OS calls DXGKDDI_UPDATEFLIPQUEUELOG to request that the display driver update the hardware flip queue log.

Parameters

hAdapter

[in] Handle to a display adapter.

pUpdateFlipQueueLog

[in/out] Pointer to a DXGKARG_UPDATEFLIPQUEUELOG structure containing the parameters for this function.

Return value

DXGKDDI_UPDATEFLIPQUEUELOG returns STATUS_SUCCESS. The driver should always return a success code.

Remarks

See Hardware flip queue for more information.

See also

DXGKARG_UPDATEFLIPQUEUELOG