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

# XUserPlatformRemoteConnectClosePromptEventHandler

> XUserPlatformRemoteConnectClosePromptEventHandler

# XUserPlatformRemoteConnectClosePromptEventHandler

원격 인증 이벤트 처리기의 프롬프트를 닫습니다.

## 구문

```cpp theme={null}
typedef void (XUserPlatformRemoteConnectClosePromptEventHandler)(
    _In_opt_ void* context,
    _In_ uint32_t userIdentifier,
    _In_ XUserPlatformOperation operation
);
```

### 매개변수

*context*    \_In\_opt\_\
형식: void\*

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

*userIdentifier*    \_In\_\
형식: uint32\_t

사용자를 추가할 때 XUser에 전달된 사용자 식별자입니다.

*operation*    \_In\_\
형식: XUserPlatformOperation

이 작업의 핸들입니다.

### 반환값

## 설명

이 이벤트는 원격 연결 인증 프로세스가 완료되고 프롬프트가 더 이상 필요하지 않을 때 발생합니다. 이 이벤트는 항상 이전 [`XUserPlatformRemoteConnectShowPromptEventHandler`](/reference/system/xuser/functions/xuserplatformremoteconnectshowprompteventhandler) 이벤트와 동일한 작업으로 호출됩니다.

모든 인수는 호출자가 소유합니다(context 제외).

## 요구 사항

**헤더:** XUser.h

**라이브러리:** xgameruntime.lib

**지원되는 플랫폼:** Steam Deck에서 지원됨

## 함께 보기

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

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

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

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


## Related topics

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