mng.GetUserProfile

This job passes the profile for a user to the client.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Controls the return of timestamps:
HIWORD(Flags) = 1 = LowDateTime and HighDateTime are returned
HIWORD(Flags) = 2 = only LowDateTime is returned

UserProfile

STRING

Yes

Name of the user profile

2. Output Parameters

Name Type Dependency Description

FileCount

INT

Always 1

[LowDateTime]

INT

Optional

Timestamp of the user profile in LowDateTime format

[HighDateTime]

INT

Optional

Timestamp of the user profile in HighDateTime format

3. Output Files

Name Description

File list

Filename with the complete path to the profile file

4. Return Value

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

5. See Also