Bewerken

Delen via


PartyXblManager::CreateRemoteChatUser

Creates a remote chat user. A remote chat user is an Xbox Live user currently communicating with at least one local user. Creating a remote chat user will cause the library to start tracking privacy information related to this user in relation to every local chat user.

Syntax

PartyError CreateRemoteChatUser(  
    uint64_t xboxUserId,  
    PartyXblChatUser** chatUser  
)  

Parameters

xboxUserId   uint64_t

The Xbox Live user id associated with the chat user.

chatUser   PartyXblChatUser**
optional, library-allocated output

The output chat user object.

Return value

PartyError

c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().

Requirements

Header: PartyXboxLive.h

See also

PartyXblManager