#include <ServerInfo.h>
Public Attributes |
|
DWORD | size |
The size of the structure, being
sizeof(ServerInfo). |
|
DWORD | version |
The version information, defined by
_SERVER_INFO_VERSION. |
|
DWORD | total_frames |
The total number of frames rendered.
|
|
float | total_time |
The total time spent rendering, in hours.
|
|
float | index |
Performance index. |
|
ConfigurationBlock | cfg |
The network system configuration data.
|
|
NetworkStatus | net_status |
The network status information. |
|
char | reserved [32] |
Reserved for future use. |
DWORD size |
The size of the structure, being sizeof(ServerInfo).
DWORD version |
The version information, defined by _SERVER_INFO_VERSION.
DWORD total_frames |
The total number of frames rendered.
float total_time |
The total time spent rendering, in hours.
float index |
Performance index.
The network system configuration data.
Refer to this structure for more information.
The network status information.
char reserved[32] |
Reserved for future use.