Share via


MFRR_COMPONENTS struttura (mfidl.h)

Contiene informazioni su uno o più componenti revocati.

Sintassi

typedef struct _MFRR_COMPONENTS {
  DWORD                     dwRRInfoVersion;
  DWORD                     dwRRComponents;
  PMFRR_COMPONENT_HASH_INFO pRRComponents;
} MFRR_COMPONENTS, *PMFRR_COMPONENTS;

Members

dwRRInfoVersion

Versione delle informazioni di revoca.

dwRRComponents

Numero di elementi nella matrice pRRComponents .

pRRComponents

Matrice di strutture MFRR_COMPONENT_HASH_INFO .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione mfidl.h

Vedi anche

MFRR_COMPONENT_HASH_INFO

Strutture di Media Foundation