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.
