Guardian C Library Calls Reference Manual
get_startup_msg (supplementary)
3-80 128833—Guardian TNS C Library Calls Reference Manual
Reference to Library Calls
Usage Guidelines
•
The type startup_msg_type is declared in the header stdlibh as:
typedef struct
{
short msg_code;
union
{
char whole[16];
struct
{
char volume[8];
char subvolume[8];
} parts;
} defaults;
union
{
char whole[24];
struct
{
char volume[8];
char subvolume[8];
char file[8];
} parts;
} infile;
union
{
char whole[24];
struct
{
char volume[8];
char subvolume[8];
char file[8];
} parts;
} outfile;
char param[530];
} startup_msg_type;
•
In the type startup_msg_type, the structure members provide the following
information:
msg_code message type; -1 means a startup message
defaults default volume and subvolume names
infile volume, subvolume, and file name of input file
outfile volume, subvolume, and file name of output file
param[530] text of message