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 a revoked component.
Syntax
typedef struct _MFRR_COMPONENT_HASH_INFO {
DWORD ulReason;
WCHAR rgHeaderHash[STR_HASH_LEN];
WCHAR rgPublicKeyHash[STR_HASH_LEN];
WCHAR wszName[MAX_PATH];
} MFRR_COMPONENT_HASH_INFO, *PMFRR_COMPONENT_HASH_INFO;
Members
ulReason
Specifies the reason for the revocation. The following values are defined.
In addition, one of the following flags might be present, indicating the type of component that failed to load.
Value | Meaning |
---|---|
|
User-mode component. |
|
Kernel-mode component. |
rgHeaderHash[STR_HASH_LEN]
Contains a hash of the file header.
rgPublicKeyHash[STR_HASH_LEN]
Contains a hash of the public key in the component's certificate.
wszName[MAX_PATH]
File name of the revoked component.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | mfidl.h |