Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
XUserPlatformSpopPromptEventHandler
XUserPlatformSpopPromptSetEventHandlers