Share via


XUserPlatformOperationResult

Enum defining the results of a client operation

Syntax

enum class XUserPlatformOperationResult : uint32_t
{
    Success = 0,
    Failure = 1,
    Canceled = 2
};

Constants

Constant Description
Success Successful client operation.
Failure Failed client operation.
Canceled Canceled client operation.

Remarks

Requirements

Header: XUser.h

Supported platforms: Supported on Steam Deck

See also

XUser

XUserPlatformRemoteConnectShowPromptEventHandler

XUserPlatformRemoteConnectClosePromptEventHandler

XUserPlatformRemoteConnectSetEventHandlers

XUserPlatformRemoteConnectCancelPrompt

XUserPlatformRemoteConnectEventHandlers