Condividi tramite


struttura IDDCX_ENDPOINT_DIAGNOSTIC_INFO (iddcx.h)

Il IDDCX_ENDPOINT_DIAGNOSTIC_INFO fornisce informazioni sull'endpoint dati video.

Sintassi

struct IDDCX_ENDPOINT_DIAGNOSTIC_INFO {
  UINT                         Size;
  IDDCX_TRANSMISSION_TYPE      TransmissionType;
  PCWSTR                       pEndPointFriendlyName;
  PCWSTR                       pEndPointModelName;
  PCWSTR                       pEndPointManufacturerName;
  IDDCX_ENDPOINT_VERSION       *pHardwareVersion;
  IDDCX_ENDPOINT_VERSION       *pFirmwareVersion;
  IDDCX_FEATURE_IMPLEMENTATION GammaSupport;
};

Members

Size

Dimensioni totali di questa struttura, in byte.

TransmissionType

Valore IDDCX_TRANSMISSION_TYPE che descrive il tipo di collegamento dei dati video trasmessi.

pEndPointFriendlyName

Puntatore a una stringa con il nome descrittivo dell'endpoint, se presente. Ciò è applicabile se l'utente può assegnare un nome al dispositivo ed è NULL se non esiste un nome descrittivo.

pEndPointModelName

Puntatore a una stringa con il nome del modello dell'endpoint. Deve essere una stringa non vuota.

pEndPointManufacturerName

Puntatore a una stringa con il nome del produttore dell'endpoint. Deve essere una stringa non vuota.

pHardwareVersion

Puntatore a una struttura IDDCX_ENDPOINT_VERSION che contiene le informazioni sulla versione per l'hardware dell'endpoint.

pFirmwareVersion

Puntatore a una struttura IDDCX_ENDPOINT_VERSION che contiene le informazioni sulla versione per il firmware dell'endpoint.

GammaSupport

Valore IDDCX_FEATURE_IMPLEMENTATION che indica la modalità di implementazione della gamma.

Requisiti

Requisito Valore
Intestazione iddcx.h

Vedi anche

IDDCX_ADAPTER_CAPS

IDDCX_ENDPOINT_VERSION

IDDCX_FEATURE_IMPLEMENTATION

IDDCX_TRANSMISSION_TYPE