LlXGetParameter

Syntax:

INT LlXGetParameter (HLLJOB hJob, INT nExtensionType, LPCTSTR pszExtensionName, LPCTSTR pszKey, LPTSTR pszBuffer, UINT nBufSize);

Task:

Gets parameters from 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

pszBuffer: Pointer to a buffer

nBufSize: Size of the buffer

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.

See chapter Important Remarks on the Function Parameters of DLLs concerning the buffer return value.

See also:

LlXSetParameter