RXSIOTRC Parameters

typedef struct {
  RXSTRING           rxsio_string;     /* Trace line to display.      */
} RXSIOTRC_PARM;

The output line is contained in rxsio_string. The output line may be of any length. It is the responsibility of the exit handler to truncate or split the line if necessary.


[Back: RXSIOTRC]
[Next: RXSIOTRD]