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

# XFrontPanelGetButtonStates

> XFrontPanelGetButtonStates

# XFrontPanelGetButtonStates

フロント パネル ボタンの状態を取得します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
HRESULT XFrontPanelGetButtonStates(  
         XFrontPanelButton* buttons  
)  
```

<a id="parametersSection" />

### パラメーター

*buttons*   \_Out\_\
Type: [XFrontPanelButton](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton)\*

フロント パネル ボタンの現在の状態を示す値へのポインター。

<a id="retvalSection" />

### 戻り値

Type: HRESULT

成功した場合は `S_OK` を返します。それ以外の場合はエラー コードを返します。

<a id="remarksSection" />

## 解説

XBOX One X 開発機のフロント パネルには、プログラム可能な 5 つのボタンと、5 方向 D-pad として機能する方向ボタンが含まれています。

<img src="https://mintcdn.com/microsoft-4404708b/-_0FrcE2bDxzGxv-/images/gdk/reference/front_panel_display_small.png?fit=max&auto=format&n=-_0FrcE2bDxzGxv-&q=85&s=8c81bf256714cec6526e83a4cbac5538" alt="XBOX One X のフロント パネル ディスプレイ" width="704" height="362" data-path="images/gdk/reference/front_panel_display_small.png" />

*buttons* パラメーターは、各ボタンの状態を示す [XFrontPanelButton](/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton) オブジェクトを指します。

詳細については、[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

- [XFrontPanelButton](/ja-jp/reference/devkit/xfrontpaneldisplay/enums/xfrontpanelbutton.md)
- [XFrontPanelDisplay](/ja-jp/reference/devkit/xfrontpaneldisplay/xfrontpaneldisplay_members.md)
- [XFrontPanelGetLightStates](/ja-jp/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelgetlightstates.md)
- [XFrontPanelLight](/ja-jp/reference/devkit/xfrontpaneldisplay/enums/xfrontpanellight.md)
- [XFrontPanelSetLightStates](/ja-jp/reference/devkit/xfrontpaneldisplay/functions/xfrontpanelsetlightstates.md)
