IGameQuery

This class provides a mechanism for the network library to obtain information about the game being played.

C++
struct IGameQuery {
};
File

INetwork.h

IGameQuery::~IGameQuery Destructor
C++
virtual ~IGameQuery();
IGameQuery::GetGameState Method
C++
virtual XmlNodeRef GetGameState() = 0;