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

### 戻り値

Type: 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

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