Compartir a través de


XblMultiplayerActivityRemoveInviteHandler

Unregisters an event handler for multiplayer activity invites.

Syntax

HRESULT XblMultiplayerActivityRemoveInviteHandler(  
         XblContextHandle xblContextHandle,  
         XblFunctionContext token  
)  

Parameters

xblContextHandle   _In_
Type: XblContextHandle

Xbox Live context for the local user.

token   _In_
Type: XblFunctionContext

The XblFunctionContext object that was returned when the event handler was registered.

Return value

Type: HRESULT

Remarks

To register an event handler for multiplayer activity invites, call the XblMultiplayerActivityAddInviteHandler function.

For more information about multiplayer activities, see Activities.

Requirements

Header: multiplayer_activity_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

multiplayer_activity_c