adm.StoreSystemFile

This job saves the system file received from the client.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Controls save behavior and timestamp format:
LOWORD(Flags) = 0 = save system file and write history file
LOWORD(Flags) = 1 = unlock the file
HIWORD(Flags) = 2 = save timestamp only in LowDateTime format; otherwise both formats (LowDateTime + HighDateTime)

FileName

STRING

Yes

Name of the system file

LowDateTime

INT

Yes

Timestamp in LowDateTime format

HighDateTime

INT

Yes

Timestamp in HighDateTime format

2. Input Files

Name Description

File list

Name and path of the system file to be saved

3. Return Value

(INT): 0 = Job successful, otherwise error code.

See also: adm.GetSystemFile