DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS - NtDoc

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

typedef struct _DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID        VidPnSourceId;
  DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID ProgressId;
} DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkargcb_present_displayonly_progress)

DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS structure

Description

The DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS structure provides the progress of a kernel-mode display-only driver's (KMDOD) present operation that was requested by the operating system.

Members

VidPnSourceId

An integer that identifies a video present source.

ProgressId

A value of type DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID that represents the status of the current present operation.

See also

DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID

DXGKARGCB_NOTIFY_INTERRUPT_DATA