Structure ServerInfo

3DS Max Plug-In SDK

Structure ServerInfo

See Also: Class MaxNetManager, Structure NetworkStatus, 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 Server.

typedef struct {

DWORD size;

The size of the structure, being sizeof(ServerInfo).

DWORD version;

The version information, defined by _SERVER_INFO_VERSION.

float total_frames;

The total number of frames rendered.

float total_time;

The total time spent rendering, in hours.

ConfigurationBlock cfg;

The network system configuration data. Refer to this structure for more information.

NetworkStatus net_status;

The network status information.

char reserved[32];

Reserved for future use.

} ServerInfo;