The rapi_fmt_filtspec() call formats filterspec information as a printable string.
Syntax
#include <rsvprapi.h> void rapi_fmt_filtspec ( rapi_filter_t *pfilter, char *buffer int length);
Parameters
pfilter
Description
The rapi_fmt_filtspec() call formats the information in a filterspec 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