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

# XFrontPanelIsSupported

> XFrontPanelIsSupported

# XFrontPanelIsSupported

이 개발 키트에 프런트 패널 디스플레이가 있는지 나타냅니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
bool XFrontPanelIsSupported(  
)  
```

<a id="parametersSection" />

### 매개 변수

이 함수에는 매개 변수가 없습니다.

<a id="retvalSection" />

### 반환 값

형식: bool

이 개발 키트에 프런트 패널 디스플레이가 있으면 true를 반환합니다.

<a id="remarksSection" />

## 설명

개발 키트에 프런트 패널 디스플레이가 있는 경우 [XFrontPanelGetScreenDimensions](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreendimensions)를 사용하여 디스플레이의 크기를 확인할 수 있습니다.

프런트 패널 디스플레이를 업데이트하려면 [XFrontPanelPresentBuffer](/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelpresentbuffer)를 사용합니다.

자세한 내용은 [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

- [XFrontPanelGetScreenDimensions](/ko/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetscreendimensions.md)
- [XFrontPanelSetDisplayName](/ko/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetdisplayname.md)
- [XFrontPanelDisplay](/ko/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members.md)
- [XFrontPanelLight](/ko/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight.md)
- [XFrontPanelButton](/ko/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton.md)
