CTG_listSystem_t Struct Reference

The data for a server as returned from calling CTG_listSystems. More...

#include <ctgclient.h>

Data Fields


Detailed Description

The data for a server as returned from calling CTG_listSystems.

CTG_listSystem_t is used to hold the name and description of a server definition. An array of CTG_listSystem_t is used when CTG_listSystems is called.

Definition at line 344 of file ctgclient.h.


Field Documentation

char Description[60+1]
 

Description is the description of the server identified by SystemName.

When the description is shorter than CTG_LIST_DESCRIPTION_LENGTH characters, it is padded with nulls to a length of CTG_LIST_DESCRIPTION_LENGTH + 1.

Definition at line 363 of file ctgclient.h.

char SystemName[8+1]
 

SystemName identifies the name of the server.

When SystemName is shorter than CTG_LIST_SYSTEM_LENGTH SystemName is padded with nulls to a length of CTG_LIST_SYSTEM_LENGTH + 1.

Definition at line 353 of file ctgclient.h.


© Copyright IBM Corporation 2011, 2012. All rights reserved.
For legal information, see http://www.ibm.com/legal/copytrade.shtml