SysHolographicWindowingEnvironmentComponentStatus Struct

Definition

Represents the status of one 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.

public value class SysHolographicWindowingEnvironmentComponentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
struct SysHolographicWindowingEnvironmentComponentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public struct SysHolographicWindowingEnvironmentComponentStatus
var sysHolographicWindowingEnvironmentComponentStatus = {
componentKind : /* Your value */,
componentState : /* Your value */,
statusCode : /* Your value */,
substatusCode : /* Your value */
}
Public Structure SysHolographicWindowingEnvironmentComponentStatus
Inheritance
SysHolographicWindowingEnvironmentComponentStatus
Attributes

Windows requirements

Device family
Windows Holographic System Implementation Extension SDK (introduced in 10.0.17763.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v1.0)

Fields

ComponentKind

The component's kind.

ComponentState

The component's state.

StatusCode

The status code.

SubstatusCode

The substatus code.

Applies to