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

Completes the call to XGameUiShowAchievementsAsync.

## Syntax

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

### Parameters

*callbackHandle*\
Type: XGameUiCallbackHandle

The handle for this callback invocation.

### Return value

Type: STDAPI

HRESULT success or error code of the call.

## Requirements

**Header:** XGameUi.h

**Supported platforms:** Supported only on Steam Deck

## See also

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

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


## Related topics

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