mng.StoreUserProfile

This job saves the user profile received from the client and writes a history file (same name with extension .bac). The passed profile file is deleted on the client.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Controls the timestamp format:
HIWORD(Flags) = 2 = save timestamp only in LowDateTime format;
otherwise use LowDateTime and HighDateTime format.

UserProfile

STRING

Yes

Name under which the file should be saved.

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 profile file

3. Return Value

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

4. See Also