> ## 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

クライアント操作の結果を定義する列挙型です。

## 構文

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

## 定数

| 定数       | 説明                   |
| -------- | -------------------- |
| Success  | クライアント操作が成功しました。     |
| Failure  | クライアント操作が失敗しました。     |
| Canceled | クライアント操作がキャンセルされました。 |

## 解説

## 要件

**ヘッダー:** XUser.h

**サポートされているプラットフォーム:** Steam Deck でサポート

## 関連項目

[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](/ja-jp/reference/system/xuser/xuser_members.md)
- [XUserPlatformSpopOperationResult](/ja-jp/reference/system/xuser/enums/xuserplatformspopoperationresult.md)
- [XUserPlatformSpopPromptComplete](/ja-jp/reference/system/xuser/functions/xuserplatformspoppromptcomplete.md)
- [XUserPlatformSpopPromptEventHandler](/ja-jp/reference/system/xuser/functions/xuserplatformspopprompteventhandler.md)
- [XUserPlatformSpopPromptSetEventHandlers](/ja-jp/reference/system/xuser/functions/xuserplatformspoppromptseteventhandlers.md)
