MFRR_COMPONENTS structure (mfidl.h)

Contains information about one or more revoked components.

Syntax

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

Members

dwRRInfoVersion

Revocation information version.

dwRRComponents

Number of elements in the pRRComponents array.

pRRComponents

Array of MFRR_COMPONENT_HASH_INFO structures.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header mfidl.h

See also

MFRR_COMPONENT_HASH_INFO

Media Foundation Structures