Compartir a través de


estructura DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS (d3dkmddi.h)

La estructura de DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS proporciona el progreso de una operación presente del controlador (KMDOD) del modo kernel que solicitó el sistema operativo.

Sintaxis

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

Miembros

VidPnSourceId

Entero que identifica un origen de vídeo presente.

ProgressId

Valor de tipo DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID que representa el estado de la operación actual actual.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8 (WDDM 1.2)
Servidor mínimo compatible Windows Server 2012
Encabezado d3dkmddi.h (incluye D3dkmddi.h)

Consulte también

DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID

DXGKARGCB_NOTIFY_INTERRUPT_DATA