Share via


XUserPlatformRemoteConnectClosePromptEventHandler

Close prompt for remote authentication event handler.

Syntax

typedef void (XUserPlatformRemoteConnectClosePromptEventHandler)(
    _In_opt_ void* context,
    _In_ uint32_t userIdentifier,
    _In_ XUserPlatformOperation operation
);

Parameters

context   _In_opt_
Type: void*

Optional pointer to data used by the event handler.

userIdentifier   _In_
Type: uint32_t

The user identifier that was passed to XUser when the user was added.

operation   _In_
Type: XUserPlatformOperation

The handle for this operation.

Return value

Remarks

This event is raised when the remote connect authentication process has been completed and the prompt is no longer necessary. This event will always be called with the same operation as a previous XUserPlatformRemoteConnectShowPromptEventHandler event.

All arguments are owned by the caller (except context).

Requirements

Header: XUser.h

Library: xgameruntime.lib

Supported platforms: Supported on Steam Deck

See also

XUserPlatformRemoteConnectEventHandlers

XUserPlatformRemoteConnectSetEventHandlers

XUserPlatformRemoteConnectShowPromptEventHandler

XUserPlatformRemoteConnectCancelPrompt