LlStgsysSetJobOptionStringEx

Syntax:

INT LlStgsysSetJobOptionStringEx (HLLSTG hStg, LPCTSTR pszKey, LPCTSTR pszValue);

Task:

Sets project parameter values.

Parameter:

hStg: The handle returned by LlStgsysStorageOpen()

pszKey: Option name

pszValue: Value

Return value:

<0: Error code

= 0: okay

Hints:

Can be used to write values into the preview file (unless it was opened as READ-ONLY). Do not use reserved option names starting with "LL.".

See also:

LlStgsysGetJobOptionStringEx