FrontPanelResetStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
hardware security settings for the reset button on a computer
public enum class FrontPanelResetStatus
public enum class FrontPanelResetStatus
enum FrontPanelResetStatus
public enum FrontPanelResetStatus
type FrontPanelResetStatus =
Public Enum FrontPanelResetStatus
- Inheritance
-
FrontPanelResetStatus
Fields
Disabled | 0 | Reset button is disabled |
Enabled | 1 | Reset button is enabled |
NotImplemented | 2 | Hardware security settings are not implement |
Unknown | 3 | Unknown security setting |