Syntax
Members
stateChangeType PartyStateChangeType
The specific type of the state change represented.
Use this field to determine which corresponding derived structure is represented by this PartyStateChange structure header.
Remarks
PartyStateChange structures are reported by PartyManager::StartProcessingStateChanges() for the title to handle and then promptly pass back via the PartyManager::FinishProcessingStateChanges() method.The
stateChangeType field indicates which kind of state change occurred, and this base structure should then be cast to a more specific derived structure to retrieve additional event-specific information.
Requirements
Header: Party.hSee also
Party membersPartyManager::StartProcessingStateChanges
PartyManager::FinishProcessingStateChanges
