PartyXblManager::DestroyChatUser
Destroys a chat user.
Syntax
PartyError DestroyChatUser(
const PartyXblChatUser* chatUser
)
Parameters
chatUser
PartyXblChatUser*
The chat user object to be destroyed.
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