LlXSetParameter

Syntax:

INT LlXSetParameter (HLLJOB hJob, INT nExtensionType, LPCTSTR pszExtensionName, LPCTSTR pszKey, LPCTSTR pszValue);

Task:

Sets parameters in a specific extension module.

Parameter:

hJob: List & Label job handle

nExtensionType: Type of extension

Value

Meaning

LL_­LLX_­EXTENSIONTYPE_­EXPORT

Export module

LL_­LLX_­EXTENSIONTYPE_­BARCODE

2D barcode module


pszExtensionName:
Name of the extension ("HTML", "RTF", "PDF417", ...)

pszKey: Name of the parameter

pszValue: Value of the parameter

Return value:

Error code

Hints:

The keys known by the extension modules are specific to them. Please refer to the documentation for the respective module.

Using this function, you can preset certain options of a module, for example the path of the output file.

See also:

LlXGetParameter