rapi_fmt_adspec()

The rapi_fmt_adspec() call formats adspec information as a printable string.

Syntax

#include <rsvprapi.h>

void rapi_fmt_adspec(
       rapi_adspec_t *padspec,
       char          *buffer,
       int            length);

Parameters

padspec

buffer length

Description

The rapi_fmt_adspec() call formats the information in an adspec into the buffer, in a form suitable for printing. The output information is truncated if the buffer is too small.

Return Values

None.

Related Calls


[Back: rapi_dispatch()]
[Next: rapi_fmt_filtspec()]