Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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