Skip to main content

XblMultiplayerSendInvitesResult

Invites the specified users to a session. This will result in a notification being shown to each invited user using standard invite text. If a user accepts that notification the title will be activated.

Syntax

Parameters

async   _In_
Type: XAsyncBlock*
The AsyncBlock for this operation. handlesCount   _In_
Type: size_t
The number of handles in the handles array. Size should be equal to the number of invites requested. handles   _Out_writes_(handlesCount)
Type: XblMultiplayerInviteHandle*
A caller allocated array to pass back the invite handle results. The handle ID strings corresponding to the invites that have been sent.

Return value

Type: HRESULT HRESULT return code for this API operation.

Requirements

Header: multiplayer_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

Conceptual documentation

See also

multiplayer_c
Last modified on August 4, 2026