Invites the given users to the party for the given title ID.
public:
HRESULT InviteToParty(
UINT32 titleId,
XTF_USER_XUID actingUserXuid,
XTF_USER_XUID *pXuidsToInvite,
UINT32 countXuidsToInvite
)
titleId
Type: UINT32
The title ID associated with the party.
actingUserXuid
Type: XTF_USER_XUID
The XUID of the user issuing the invitation.
pXuidsToInvite
Type: XTF_USER_XUID *
An array of XUIDs of users to be invited to the party.
countXuidsToInvite
Type: UINT32
The count of elements in the pXuidsToInvite array.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfuser.h.
Library: Use xtfuser.lib.