Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.loqate.com/llms.txt

Use this file to discover all available pages before exploring further.

Static Public Member Functions

MethodDescription
static lqtProcessList* create()Returns a pointer to a newly created lqtProcessList instance.
static void destroy(lqtProcessList* pProcessList)Destroys all resources associated with the supplied lqtProcessList pointer.

Public Member Functions

MethodDescription
void add(const char* process, const lqtProcessOptions* options)Adds the provided process name and process options to the process list. See the list of available processes for more information.