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

# XUserPlatformSpopOperationResult

> XUserPlatformSpopOperationResult

# XUserPlatformSpopOperationResult

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

## 構文

```cpp theme={null}
typedef enum XUserPlatformSpopOperationResult {
    XUserPlatformSpopOperationResult_SignInHere = 0,
    XUserPlatformSpopOperationResult_SwitchAccount = 1,
    XUserPlatformSpopOperationResult_Failure = 2,
    XUserPlatformSpopOperationResult_Canceled = 3,
} XUserPlatformSpopOperationResult;
```

## 定数

| 定数                                              | 値 | 説明                                               |
| ----------------------------------------------- | - | ------------------------------------------------ |
| XUserPlatformSpopOperationResult\_SignInHere    | 0 | 既存のセッションからサインアウトし、現在のデバイスでサインインすることにユーザーが同意しました。 |
| XUserPlatformSpopOperationResult\_SwitchAccount | 1 | ユーザーが「アカウントの切り替え」オプションを選択しました。                   |
| XUserPlatformSpopOperationResult\_Failure       | 2 | クライアント操作で回復不能な失敗が発生しました。                         |
| XUserPlatformSpopOperationResult\_Canceled      | 3 | クライアント操作がキャンセルされました。                             |

## 解説

## 要件

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

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

## 関連項目

[XUser](/reference/system/xuser/xuser_members)

[XUserPlatformSpopPromptEventHandler](/reference/system/xuser/functions/xuserplatformspopprompteventhandler)

[XUserPlatformSpopPromptSetEventHandlers](/reference/system/xuser/functions/xuserplatformspoppromptseteventhandlers)

[XUserPlatformSpopPromptClearEventHandler](/reference/system/xuser/functions/xuserplatformspoppromptcleareventhandler)

[XUserPlatformSpopPromptComplete](/reference/system/xuser/functions/xuserplatformspoppromptcomplete)


## Related topics

- [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)
- [XUserPlatformSpopPromptClearEventHandler](/ja-jp/reference/system/xuser/functions/xuserplatformspoppromptcleareventhandler.md)
- [XUser](/ja-jp/reference/system/xuser/xuser_members.md)
