> ## 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

프런트 패널 디스플레이의 이름을 설정합니다.

<a id="syntaxSection" />

## 구문

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

<a id="parametersSection" />

### 매개 변수

*displayName*   \_In\_\
형식: char\*

디스플레이의 이름입니다.

<a id="retvalSection" />

### 반환 값

형식: HRESULT

성공하면 `S_OK`를 반환하고, 그렇지 않으면 오류 코드를 반환합니다.

<a id="remarksSection" />

## 설명

현재 *displayName*은 프런트 패널 디스플레이에서 사용되지 않습니다.

이 개발 키트에 프런트 패널 디스플레이가 있는지 확인하려면 [XFrontPanelIsSupported](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelissupported)를 사용하세요.

자세한 내용은 [XBOX One X: 프런트 패널 디스플레이 사용(NDA 항목)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/dev-kits/concepts/scorpio-frontpanel)을 참조하세요.

<a id="requirementsSection" />

## 요구 사항

**헤더:** xfrontpaneldisplay.h

**라이브러리:** xfrontpaneldisplay.lib

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

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


## Related topics

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