Structure ManagerInfo
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 Manager.
typedef struct {
DWORD size;
The size of the structure, being sizeof(ManagerInfo).
DWORD version;
The version information, defined by _MANAGER_INFO_VERSION.
ConfigurationBlock cfg;
The network system configuration data. Refer to this structure for more information.
NetworkStatus net_status;
The network status information.
int servers;
The number of servers registered.
int jobs;
The number of jobs.
char reserved[32];
Reserved for future use.
} ManagerInfo;