IXtfUserClient::AcceptInviteToParty Method

Accepts a pending invitation to the given party on behalf of the given user.

Syntax

public:
HRESULT AcceptInviteToParty(
         XTF_USER_XUID actingUserXuid,
         LPCWSTR partyId
)  

Parameters

actingUserXuid
Type: XTF_USER_XUID 

The XUID of the user on whose behalf the invitation is to be accepted.

partyId
Type: LPCWSTR 

The party ID of the inviting party to be joined.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.