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

# XUserPlatformRemoteConnectEventHandlers

> XUserPlatformRemoteConnectEventHandlers

# XUserPlatformRemoteConnectEventHandlers

원격 연결 이벤트 처리기를 캡슐화합니다.

## 구문

```cpp theme={null}
typedef struct XUserPlatformRemoteConnectEventHandlers {
    XUserPlatformRemoteConnectShowPromptEventHandler* show;
    XUserPlatformRemoteConnectClosePromptEventHandler* close;
    void* context;
} XUserPlatformRemoteConnectEventHandlers;
```

### 멤버

*show*
형식: XUserPlatformRemoteConnectShowPromptEventHandler\*

프롬프트 처리기를 표시합니다.

*close*
형식: XUserPlatformRemoteConnectClosePromptEventHandler\*

프롬프트 처리기를 닫습니다.

*context*
형식: void\*

이벤트 처리기에서 사용하는 데이터에 대한 선택적 포인터입니다.

## 설명

두 처리기 모두 동시에 설정해야 합니다.

## 요구 사항

**헤더:** 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)


## Related topics

- [XUserPlatformRemoteConnectSetEventHandlers](/ko/reference/system/xuser/functions/xuserplatformremoteconnectseteventhandlers.md)
- [XUserPlatformRemoteConnectClosePromptEventHandler](/ko/reference/system/xuser/functions/xuserplatformremoteconnectcloseprompteventhandler.md)
- [XUserPlatformRemoteConnectShowPromptEventHandler](/ko/reference/system/xuser/functions/xuserplatformremoteconnectshowprompteventhandler.md)
- [XUserPlatformRemoteConnectCancelPrompt](/ko/reference/system/xuser/functions/xuserplatformremoteconnectcancelprompt.md)
- [XUserPlatformOperationResult](/ko/reference/system/xuser/enums/XUserPlatformOperationResult.md)
