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

# XUserPlatformSpopPromptComplete

> XUserPlatformSpopPromptComplete

# XUserPlatformSpopPromptComplete

Signal to XUser that the user finished interacting with the SPOP prompt.

## Syntax

```cpp theme={null}
STDAPI  XUserPlatformSpopPromptComplete(
    _In_ XUserPlatformOperation operation,
    _In_ XUserPlatformSpopOperationResult result
) noexcept;
```

### Parameters

*operation*   \_In\_\
Type: XUserPlatformOperation

The handle for this operation.

*result*   \_In\_\
Type: UserPlatformSpopOperationResult

The result of the user interaction

### Return value

Type: HRESUSTDAPI LT

Result code for this API operation.

## Remarks

This should be called after a XUserPlatformSpopPromptEventHandler when the user makes a choice or if a failure occurs.

## Requirements

**Header:** XUser.h

**Library:** xgameruntime.lib

**Supported platforms:** Supported on Steam Deck

## See also

[XUser](/reference/system/xuser/xuser_members)

[XUserPlatformSpopPromptEventHandler](/reference/system/xuser/functions/xuserplatformspopprompteventhandler)

[XUserPlatformSpopPromptSetEventHandlers](/reference/system/xuser/functions/xuserplatformspoppromptseteventhandlers)

[XUserPlatformSpopPromptClearEventHandler](/reference/system/xuser/functions/xuserplatformspoppromptcleareventhandler)

[XUserPlatformSpopOperationResult](/reference/system/xuser/enums/xuserplatformspopoperationresult)


## Related topics

- [XUserPlatformSpopPromptEventHandler](/reference/system/xuser/functions/xuserplatformspopprompteventhandler.md)
- [XUserPlatformSpopPromptClearEventHandler](/reference/system/xuser/functions/xuserplatformspoppromptcleareventhandler.md)
- [XUserPlatformSpopPromptSetEventHandlers](/reference/system/xuser/functions/xuserplatformspoppromptseteventhandlers.md)
- [XUserPlatformSpopOperationResult](/reference/system/xuser/enums/xuserplatformspopoperationresult.md)
- [Steam Deck Implementation Guide for PlayFab Game Saves](/services/playfab/player-progression/game-saves/steam-deck-implementation.md)
