DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS structure (d3dkmddi.h)

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.

Syntax

typedef struct _DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID        VidPnSourceId;
  DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID ProgressId;
} DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS;

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.

Requirements

Requirement Value
Minimum supported client Windows 8 (WDDM 1.2)
Minimum supported server Windows Server 2012
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID

DXGKARGCB_NOTIFY_INTERRUPT_DATA