IXtfUserClient::InviteToParty Method

Invites the given users to the party for the given title ID.

Syntax

public:
HRESULT InviteToParty(
         UINT32 titleId,
         XTF_USER_XUID actingUserXuid,
         XTF_USER_XUID *pXuidsToInvite,
         UINT32 countXuidsToInvite
)  

Parameters

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.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.