LlDomGetProject

Syntax:

INT LlDomGetProject(HLLJOB hJob, PHLLDOMOBJ phDOMObj);

Task:

Returns the currently loaded project object. Can be used after LlPrint(WithBox)Start, for example, to change the project during printing with DOM functions for printing/exporting, i.e. the changes are only temporary and are not persistent or are not saved in the project. Detailed application examples can be found in the chapter DOM Functions.

Parameter:

hJob: List & Label job handle

phDOMSubObj: Pointer to DOM handle for return

Return value:

Error code

Hints:

To create new projects or to edit projects persistently before printing, use the calls LlProjectOpen(), LlDomGetProject(), LlProjectSave() and LlProjectClose().

See also:

Chapter DOM Functions