LlProjectSave

Syntax:

HLLDOMOBJ LlProjectSave(HLLJOB hJob, LPCTSTR pszObjName);

Task:

This function is only available starting with the Professional Edition! Saves an open project. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hJob: List & Label job handle

pszObjName: Project file name with path and file extension. May be NULL (see notes)

Return value:

Error code

Hints

If pszObjName is NULL, the file is saved under the same name as when it was opened.

Example:

See chapter DOM Functions.

See also:

LlProjectOpen, LlProjectClose