int UdmAgentAddLine(UDM_AGENT* Agent, const char* line);
Adds a configuration command into the search context of the search
session, pointed by the Agent variable.
Agent
Pointer to a variable of type UDM_AGENT,
should be the address of an existing variable
of UDM_AGENT type, previously initialized
using a UdmAgentInit() call.
lineA configuration line, using the same syntax with mnoGoSearch search.htm commands.
UdmAgentAddLine() can fail if there
was insufficient memory to complete the operation,
or there was a syntax error in the line.