XblMultiplayerActivityAddInviteHandler
Registers an event handler for multiplayer activity invites.Syntax
Parameters
xblContextHandle _In_Type: XblContextHandle XBOX Live context for the local user. handler _In_
Type: XblMultiplayerActivityInviteHandler* The callback function that receives notifications. context _In_opt_
Type: void* Caller context to be passed to the handler.
Return value
Type: XblFunctionContext AnXblFunctionContext object that can be used to unregister the event handler.
Remarks
To unregister an event handler for multiplayer activity invites, call the XblMultiplayerActivityRemoveInviteHandler function.For more information about multiplayer activities, see Activities.
