Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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