> ## 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*\
형식: XGameUiCallbackHandle

이 콜백 호출에 대한 핸들입니다.

### 반환 값

형식: STDAPI

호출의 HRESULT 성공 또는 오류 코드입니다.

## 요구 사항

**헤더:** XGameUi.h

**지원 플랫폼:** Steam Deck에서만 지원됨

## 함께 보기

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

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


## Related topics

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