XFrontPanelSetDisplayName

Sets the name of the front panel display.

Syntax

HRESULT XFrontPanelSetDisplayName(  
         const char* displayName  
)  

Parameters

displayName   _In_
Type: char*

The name of the display.

Return value

Type: HRESULT

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

Remarks

Currently, displayName is not used by the front panel display.

To determine whether this dev kit has a front panel display, use XFrontPanelIsSupported.

For more information, see Xbox One X: Using the front panel display (NDA topic)Authorization required.

Requirements

Header: xfrontpaneldisplay.h

Library: xfrontpaneldisplay.lib

Supported platforms: Xbox One family consoles and Xbox Series consoles

See also

XFrontPanelDisplay