HPMI_HINT_BOOL enumeration (hpmi.h)
[Some information relates to pre-released 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.]
Boolean type value used to track availability of HPMI hint data.
Syntax
typedef enum _HPMI_HINT_BOOL {
HpmiBoolUnavailable,
HpmiBoolFalse,
HpmiBoolTrue,
HpmiBoolMax
} HPMI_HINT_BOOL, *PHPMI_HINT_BOOL;
Constants
HpmiBoolUnavailable No data is available. |
HpmiBoolFalse Condition is asserted to be false. |
HpmiBoolTrue Condition is asserted to be true. |
HpmiBoolMax Value is not used. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 10, version 1709 and later versions of the Windows operating systems. |
Header | hpmi.h (include Hpmi.h) |