Condividi tramite


struttura IDARG_IN_SETSRMLIST (iddcx.h)

IDARG_IN_SETSRMLIST è la struttura di input per IddCxMonitorSetSrmList.

Sintassi

struct IDARG_IN_SETSRMLIST {
  [in] UINT  SrmListSizeInBytes;
  [in] PVOID pSrmList;
};

Members

[in] SrmListSizeInBytes

Dimensione, in byte, del buffer a cui punta pSrmList.

[in] pSrmList

Puntatore a un buffer che contiene l'elenco SRM da passare al driver WDDM appropriato. Questo buffer deve contenere SRM nel formato richiesto da Digital Content Protection LLC per HDCP.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Intestazione iddcx.h

Vedi anche

IddCxMonitorSetSrmList