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.
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the results of a single rule check.
Syntax
typedef struct HWREQCHK_DEVICE_HARDWARE_EVALUATION {
WCHAR RuleName[HWREQCHK_MAX_HARDWARE_RULE_NAME];
BOOL Succeeded;
} HWREQCHK_DEVICE_HARDWARE_EVALUATION;
Members
RuleName[HWREQCHK_MAX_HARDWARE_RULE_NAME]
The name of the current rule being checked. The maximum size of the RuleName is 64, as defined by HWREQCHK_MAX_HARDWARE_RULE_NAME.
Succeeded
Indicates whether the requirements of the rule was met.
Requirements
Requirement | Value |
---|---|
Header | hwreqchkapi.h |