Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

kc_msg_dest_par_str - Properties of the user-specific message destinations

The kc_msg_dest_all_par_str data structure is defined for the KC_MSG_DEST_PAR object type. This data structure contains the four structures user_dest_1, user_dest_2, user_dest_3 and user_dest_4 in which, in the case of KC_GET_OBJECT, UTM provides the information on the four user-specific message destinations.

If a message destination is not generated, blanks are returned.

Data structure kc_msg_dest_all_par_str

struct kc_msg_dest_par_str user_dest_1;

struct kc_msg_dest_par_str user_dest_2;

struct kc_msg_dest_par_str user_dest_3;

struct kc_msg_dest_par_str user_dest_4;

where

Data structure kc_msg_dest_par_str

char md_name[8];

char md_type;

char md_format;

The fields of the data structure have the following meanings:

md_name


Contains the name of the user-specific message destination.

md_type



Specifies the type of the message destination in name. Possible values are:


'L'

for an LTERM partner


'T'

for a TAC or a TAC queue


'U'

for a user ID or a USER queue

md_format


Indicates the format in which messages are passed to the message destination. Possible values are:


'F'

(FILE)
The format corresponds to the data structures for the MSGTAC program (see the section "Control using the MSGTAC program").


'P'

(PRINT)
The format corresponds to the output format of the UTM tool KDCPSYSL (see the openUTM manual “Using UTM Applications”).