Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 907 Bytes

sysholographicwindowingenvironmentcomponentstate.md

File metadata and controls

34 lines (23 loc) · 907 Bytes
-api-id -api-type ms.custom
T:Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentState
winrt enum
RS5

Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentState

-description

Indicates the state of a component of the holographic shell.

Important

This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.

-enum-fields

-field Normal:0

The component is in a normal state.

-field Warning:1

The component is in a warning state.

-field Error:2

The component is in an error state.

-remarks

-see-also

-examples