estructura COMPOSITION_TARGET_ID (dcomptypes.h)

Contiene información sobre un destino de representación de composición.

Sintaxis

typedef struct tagCOMPOSITION_TARGET_ID {
  bool operator==(
    const tagCOMPOSITION_TARGET_ID & rhs
  );
  bool operator!=(
    const tagCOMPOSITION_TARGET_ID & rhs
  );
  LUID displayAdapterLuid;
  LUID renderAdapterLuid;
  UINT vidPnSourceId;
  UINT vidPnTargetId;
  UINT uniqueId;
} COMPOSITION_TARGET_ID;

Miembros

bool operator==( const tagCOMPOSITION_TARGET_ID & rhs)

Compara los valores de dos COMPOSITION_TARGET_ID objetos para ver si contienen valores idénticos.

bool operator!=( const tagCOMPOSITION_TARGET_ID & rhs)

Compara los valores de dos COMPOSITION_TARGET_ID objetos para ver si contienen valores diferentes.

displayAdapterLuid

Tipo: LUID

Identificador único local (LUID) del adaptador de pantalla al que está conectado el monitor.

renderAdapterLuid

Tipo: LUID

Identificador único local (LUID) del adaptador de representación.

vidPnSourceId

Tipo: UINT

Identificador único del origen del vídeo presente.

vidPnTargetId

Tipo: UINT

Identificador único del destino actual del vídeo.

uniqueId

Identificador único para este COMPOSITION_TARGET_IDobjeto .

Requisitos

Requisito Value
Cliente mínimo compatible Windows Build 22000
Servidor mínimo compatible Windows Build 22000
Encabezado dcomptypes.h

Consulte también

DCompositionGetStatistics, DCompositionGetTargetStatistics