> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XUserPlatformOperationResult

> XUserPlatformOperationResult

# XUserPlatformOperationResult

Enum defining the results of a client operation

## Syntax

```cpp theme={null}
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](/reference/system/xuser/xuser_members)

[`XUserPlatformRemoteConnectShowPromptEventHandler`](/reference/system/xuser/functions/xuserplatformremoteconnectshowprompteventhandler)

[`XUserPlatformRemoteConnectClosePromptEventHandler`](/reference/system/xuser/functions/xuserplatformremoteconnectcloseprompteventhandler)

[`XUserPlatformRemoteConnectSetEventHandlers`](/reference/system/xuser/functions/xuserplatformremoteconnectseteventhandlers)

[`XUserPlatformRemoteConnectCancelPrompt`](/reference/system/xuser/functions/xuserplatformremoteconnectcancelprompt)

[`XUserPlatformRemoteConnectEventHandlers`](/reference/system/xuser/structs/xuserplatformremoteconnecteventhandlers)


## Related topics

- [XUser](/reference/system/xuser/xuser_members.md)
- [XUserPlatformSpopOperationResult](/reference/system/xuser/enums/xuserplatformspopoperationresult.md)
- [XUserPlatformSpopPromptComplete](/reference/system/xuser/functions/xuserplatformspoppromptcomplete.md)
- [XPersistentLocalStoragePromptUserForSpaceResult](/reference/system/xpersistentlocalstorage/functions/xpersistentlocalstoragepromptuserforspaceresult.md)
- [XUserPlatformSpopPromptEventHandler](/reference/system/xuser/functions/xuserplatformspopprompteventhandler.md)
