SHostMigrationEventListenerInfo

C++
struct SHostMigrationEventListenerInfo {
  IHostMigrationEventListener* m_pListener;
  bool m_done[MAX_MATCHMAKING_SESSIONS];
  HMStateType m_state[MAX_MATCHMAKING_SESSIONS];
};
File

INetwork.h

SHostMigrationEventListenerInfo::m_done Data Member
C++
bool m_done[MAX_MATCHMAKING_SESSIONS];
SHostMigrationEventListenerInfo::m_pListener Data Member
C++
SHostMigrationEventListenerInfo::m_state Data Member
C++
HMStateType m_state[MAX_MATCHMAKING_SESSIONS];
SHostMigrationEventListenerInfo::Reset Method
C++
void Reset(uint32 sessionIndex);
SHostMigrationEventListenerInfo::SHostMigrationEventListenerInfo Constructor
C++
SHostMigrationEventListenerInfo(IHostMigrationEventListener* pListener, const char* pWho);