> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XFrontPanelSetDisplayName

> XFrontPanelSetDisplayName

# XFrontPanelSetDisplayName

Establece el nombre de la pantalla del panel frontal.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
HRESULT XFrontPanelSetDisplayName(  
         const char* displayName  
)  
```

<a id="parametersSection" />

### Parámetros

*displayName*   \_In\_\
Tipo: char\*

Nombre de la pantalla.

<a id="retvalSection" />

### Valor devuelto

Tipo: HRESULT

Devuelve `S_OK` si se realiza correctamente; de lo contrario, devuelve un código de error.

<a id="remarksSection" />

## Comentarios

Actualmente, la pantalla del panel frontal no usa *displayName*.

Para determinar si este kit de desarrollo tiene una pantalla de panel frontal, use [XFrontPanelIsSupported](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported).

Para obtener más información, consulte [XBOX One X: Uso de la pantalla del panel frontal (tema NDA)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/dev-kits/concepts/scorpio-frontpanel).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** xfrontpaneldisplay.h

**Biblioteca:** xfrontpaneldisplay.lib

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[XFrontPanelDisplay](/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members)


## Related topics

- [XFrontPanelDisplay](/es/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members.md)
- [XFrontPanelSetLightStates](/es/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates.md)
- [XFrontPanelLight](/es/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight.md)
- [XFrontPanelIsSupported](/es/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported.md)
- [XFrontPanelButton](/es/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton.md)
