struttura DRM_VIDEO_OUTPUT_PROTECTION_IDS

La struttura DRM_VIDEO_OUTPUT_PROTECTION_IDS contiene una matrice di strutture DRM_VIDEO_OUTPUT_PROTECTION .

Sintassi

typedef struct DRM_VIDEO_OUTPUT_PROTECTION_IDS {
  WORD                        cEntries;
  DRM_VIDEO_OUTPUT_PROTECTION *rgVop;
} ;

Members

voci

Numero di elementi nella matrice a cui fa riferimento rgVop.

rgVop

Indirizzo di una matrice di strutture DRM_VIDEO_OUTPUT_PROTECTION . DRM_VIDEO_OUTPUT_PROTECTION è un tipo definito come DRM_OUTPUT_PROTECTION.

Commenti

Questa struttura viene utilizzata come membro della struttura DRM_PLAY_OPL .

Requisiti

Requisito Valore
Intestazione
Wmdrmsdk.h

Vedi anche

DRM_AUDIO_OUTPUT_PROTECTION_IDS

DRM_VIDEO_OUTPUT_PROTECTION_IDS_EX

Strutture