Enum HierarchicalEnableState
- Artigo
-
-
Enum that describes the three enabled states in a hierarchical context. HierarchicalEnableState is used in conjunction with HierarchicalStates
enum class Microsoft::Azure::RemoteRendering::HierarchicalEnableState : int32_t
Values
Name |
Value |
Description |
Remarks |
HierarchicalEnableState::ForceOff |
0 |
The feature is disabled on this hierarchy level and further below. |
|
HierarchicalEnableState::ForceOn |
1 |
The feature is enabled on this hierarchy level and further below. |
|
HierarchicalEnableState::InheritFromParent |
2 |
The feature's enabled state is inherited from the parent. |
|
See also