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.
Parameters
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.
line
A configuration line, using the same syntax with
mnoGoSearch search.htm commands.
Return Values
UDM_OK on success,
UDM_ERROR on error.
Notes
UdmAgentAddLine() can fail if there
was insufficient memory to complete the operation,
or there was a syntax error in the line.