LlStgsysGetJobOptionStringEx

Syntax:

INT LlStgsysGetJobOptionStringEx (HLLSTG hStg, LPCTSTR pszKey, LPTSTR pszBuffer, UINT nBufSize);

Task:

Returns project parameter values.

Parameter:

hStg: The handle returned by LlStgsysStorageOpen()

pszKey: Option name

pszBuffer: Address of buffer for the value

nBufSize: Size of buffer (incl. string termination)

Return value:

<0: Error code

= 0: okay

Hints:

The available option names depend on the parameters which the creating application has made available via LlPrintSetProjectParameter() or LlSetDefaultProjectParameter() as PUBLIC. Note that you need to prefix these parameters with "ProjectParameter" in order to query the values. See also chapter Project Parameters.

See also:

LlStgsysSetJobOptionStringEx