#include <ClientInfo.h>

Public Attributes |
|
| 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.
|
|
| 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. |
|
| DWORD size |
The size of the structure, being sizeof(ClientInfo).
| DWORD version |
The version information, defined by _CLIENTINFO_VERSION.
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.