Skip to main content

XFrontPanelSetLightStates

Sets the states of the front panel lights.

Syntax

Parameters

lights   _In_
Type: XFrontPanelLight
Value that specifies the new states of the front panel lights.

Return value

Type: HRESULT Returns S_OK if successful; otherwise, returns an error code.

Remarks

The front panel of the XBOX One X dev kit includes five lights that correspond to the five programmable buttons. For the lights parameter, combine values from the XFrontPanelLight enumeration by using the bitwise OR operator. To get the current states of the front panel lights, use XFrontPanelGetLightStates. For more information, see XBOX One X: Using the front panel display (NDA topic).

Requirements

Header: xfrontpaneldisplay.h Library: xfrontpaneldisplay.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

XFrontPanelDisplay
Last modified on August 20, 2026