LlDesignerFileSave

Syntax:

INT LlDesignerFileSave(HLLJOB hJob, UINT nFlags);

Task:

Saves the currently opened project file when the Designer is open.

Parameter:

hJob: List & Label Job-Handle

nFlags: For future extension, must be "0" (LL_DESFILESAVE_DEFAULT).

Return Value:

Error code

Hints:

The function can only be used within a designer event. Typical use is in connection with LlDesignerAddAction() in order to automate certain application workflows.

See also:

LlDesignerFileOpen