AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DcppVarArgsToSds()

void DcppVarArgsToSds ( int  count,
Arg ArgId,
StatusType *  status,
va_list  args 
)
extern

Convert a variable argument list into an SDS structure.

This function is invoked internally in Dcpp - through can be used from outside if need be. It tasks a variable argument structure and converts it to an SDS structure of the form Argumentd where d is replaced by the number of the argument

Parameters
countThe number of arguments. If negative, then args contains a single character string which contains a space separated list of values
argThe values will be put into this SDS structure
statusModified status
argsThe variable argument list. Should be a list of character strings.