Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |