> ## 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.

# lqtProcessOptions

## Static Public Member Functions

| Method                                                    | Description                                                                      |
| --------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `static lqtProcessOptions* create()`                      | Returns a pointer to a newly created `lqtProcessOptions` instance.               |
| `static void destroy(lqtProcessOptions* pProcessOptions)` | Destroys all resources associated with the supplied `lqtProcessOptions` pointer. |

## Public Member Functions

| Method                                            | Description                                                        |
| ------------------------------------------------- | ------------------------------------------------------------------ |
| `const char* get(const char* option)`             | Returns the string value associated with the supplied option name. |
| `void set(const char* option, const char* value)` | Sets the supplied option name with the supplied option value.      |
