// 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 referenceNo description available.
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.
VidPnSourceIdAn integer that identifies a video present source.
ProgressIdA value of type DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID that represents the status of the current present operation.
DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID
DXGKARGCB_NOTIFY_INTERRUPT_DATA