PartyXblRequiredChatPermissionInfoChangedStateChange
Information specific to the RequiredChatPermissionInfoChanged type of state change.
Syntax
struct PartyXblRequiredChatPermissionInfoChangedStateChange : PartyXblStateChange {
PartyXblLocalChatUser* localChatUser;
PartyXblChatUser* targetChatUser;
}
Members
localChatUser
PartyXblLocalChatUser*
The local chat user for which the chat permission info applies to.
targetChatUser
PartyXblChatUser*
The chat user the chat permission info should be applied to.
Remarks
Use PartyXblLocalChatUser::GetRequiredChatPermissionInfo() with the targetChatUser
provided in this state change to get the new chat permission information.
Requirements
Header: PartyXboxLive.h