DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS structure (d3dkmddi.h)
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
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmddi.h (include D3dkmddi.h) |