Syntax
Parameters
userCount uint32_t*output An output value indicating the number of chat users provided in
chatUsers.
chatUsers PartyXblChatUserArray*library-allocated output array of size
*endpointCount
A library-allocated output array containing the local and remote chat users.
Return value
PartyErrorc_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().
Remarks
The array is backed by the library’s internal memory. The array is only valid until the next call to either CreateLocalChatUser(), CreateRemoteChatUser(), StartProcessingStateChanges() or DestroyChatUser(). A call to DestroyChatUser() will also immediately invalidate the chat user object.Requirements
Header: PartyXboxLive.hSee also
PartyXblManagerPartyXblManager::CreateLocalChatUser
PartyXblManager::CreateRemoteChatUser
PartyXblManager::DestroyChatUser
