Structure ClientInfo
See Also: Class MaxNetManager, Structure ConfigurationBlock
Description:
This structure is available in release 4.0 and later only.
This structure is used by the Network Rendering API to store information about a Client.
typedef struct {
DWORD size;
The size of the structure, being sizeof(ClientInfo).
DWORD version;
The version information, defined by _CLIENTINFO_VERSION.
ConfigurationBlock cfg;
The network system configuration data. Refer to this structure for more information.
bool controller;
TRUE if the Client is currently controlling the queue.
short udp_port;
The UDP port being used for network communications.
char reserved[32];
Reserved for future use.
} ClientInfo;