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

# XGameUiSetAchievementsUiResponse

> XGameUiSetAchievementsUiResponse

# XGameUiSetAchievementsUiResponse

XGameUiShowAchievementsAsync の呼び出しを完了します。

## 構文

```cpp theme={null}
STDAPI  XGameUiSetAchievementsUiResponse(
     XGameUiCallbackHandle callbackHandle
) noexcept;
```

### パラメーター

*callbackHandle*\
Type: XGameUiCallbackHandle

このコールバック呼び出しのハンドル。

### 戻り値

Type: STDAPI

呼び出しの HRESULT 成功またはエラー コード。

## 要件

**ヘッダー:** XGameUi.h

**サポートされているプラットフォーム:** Steam Deck でのみサポート

## 関連項目

[XGameUI](/reference/system/xgameui/xgameui_members)

[XGameUiShowAchievementsAsync](/reference/system/xgameui/functions/xgameuishowachievementsasync)


## Related topics

- [XGameUiCallbackHandle](/ja-jp/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiSetErrorDialogUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuiseterrordialoguiresponse.md)
- [XGameUiSetMessageDialogUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetmessagedialoguiresponse.md)
- [XGameUiSetPlayerPickerUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetplayerpickeruiresponse.md)
- [XGameUiSetTextEntryUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisettextentryuiresponse.md)
