Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectClosePromptEventHandler
XUserPlatformRemoteConnectSetEventHandlers