Public Attributes

ManagerInfo Struct Reference

Search for all occurrences

Detailed Description

See also:
Class MaxNetManager, Structure NetworkStatus, Structure ConfigurationBlock
Remarks:
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.

#include <ManagerInfo.h>

Inheritance diagram for ManagerInfo:
Inheritance graph
[legend]

List of all members.

Public Attributes

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.
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.

Member Data Documentation

DWORD size

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

DWORD version

The version information, defined by _MANAGER_INFO_VERSION.

The network system configuration data.

Refer to this structure for more information.

The network status information.

int servers

The number of servers registered.

int jobs

The number of jobs.

char reserved[32]

Reserved for future use.