Share via


XUserPlatformSpopPromptComplete

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

Syntax

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

XUserPlatformSpopPromptEventHandler

XUserPlatformSpopPromptSetEventHandlers

XUserPlatformSpopPromptClearEventHandler

XUserPlatformSpopOperationResult