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

사용자가 SPOP 프롬프트와의 상호작용을 마쳤음을 XUser에 알립니다.

## 구문

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

### 매개변수

*operation*   \_In\_\
형식: XUserPlatformOperation

이 작업의 핸들입니다.

*result*   \_In\_\
형식: UserPlatformSpopOperationResult

사용자 상호작용의 결과입니다.

### 반환값

형식: HRESUSTDAPI LT

이 API 작업의 결과 코드입니다.

## 설명

사용자가 선택하거나 오류가 발생할 때 XUserPlatformSpopPromptEventHandler 이후에 호출해야 합니다.

## 요구 사항

**헤더:** XUser.h

**라이브러리:** xgameruntime.lib

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

## 함께 보기

[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](/ko/reference/system/xuser/functions/xuserplatformspopprompteventhandler.md)
- [XUserPlatformSpopPromptSetEventHandlers](/ko/reference/system/xuser/functions/xuserplatformspoppromptseteventhandlers.md)
- [XUserPlatformSpopPromptClearEventHandler](/ko/reference/system/xuser/functions/xuserplatformspoppromptcleareventhandler.md)
- [XUserPlatformSpopOperationResult](/ko/reference/system/xuser/enums/xuserplatformspopoperationresult.md)
- [PlayFab Game Saves용 Steam Deck 구현 가이드](/ko/services/playfab/player-progression/game-saves/steam-deck-implementation.md)
