Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Information specific to the NetworkDescriptorChanged type of state change.
Syntax
struct PartyNetworkDescriptorChangedStateChange : PartyStateChange {
PartyNetwork* network;
}
Members
network PartyNetwork*
The network where the network descriptor changed.
Remarks
This state change is generated when the network descriptor of a network changes due to migration from one server to another. Use PartyNetwork::GetNetworkDescriptor() to get the new network descriptor. The old network descriptor is no longer guaranteed to be usable for connecting to the network, so any outstanding external references to the old network descriptor (such as invitations sent over a social network) should be updated.
Requirements
Header: Party.h