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

◆ SetArgument()

virtual void DcppTask::SetArgument ( const char *const  LoadArg,
bool const  Append = false 
)
inlinevirtualinherited

Set the load time argument string.

This is a string is becomes the load argument if the task is loaded. For example, under unix it is put into the argv array.

Parameters
LoadArgThe new load argument string.
AppendIf true, append to the previous value, otherwise overwrite.