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