FSV-C-add-to-user-list

This callback iteratively processes lists of users.

Syntax:

When the fsview has been initialized using FSV-C the callback uses the following syntax:

FSV-C-add-to-user-list using      number-of-entries
                                  fsvw-data-block

When the fsview has been initialized using FSC-C-long-password the callback uses the following syntax:

FSV-C-add-to-user-list using      number-of-entries
                                  fsvw2-data-block

Parameters:

Parameters when the fsview has been initialized using FSV-C (fsvw-data-block):

number-of-entries
pic xx comp-x.
fsvw-data-block
A group item defined as:
fsvw-insert-list-box-item ( i )
occurs 10.

Parameters when the fsview has been initialized using FSC-C-long-password (fsvw2-data-block):

number-of-entries
pic xx comp-x.
fsvw2-data-block
A group item defined as:
fsvw2-insert-list-box-item ( i )
occurs 10.

See FSVIEW Datablock or FSVW2 Datablock for a complete definition of the fsvw-data-block or fsvw2-data-block respectively.

On Entry:

When fsview has been initialized using FSV-C:

number-of-entries
The number of entries.
fsvw-insert-list-box-item ( i )
The user information for a specific user.

When fsview has been initialized using FSV-C-long-password:

number-of-entries
The number of entries.
fsvw2-insert-list-box-item ( i )
The user information for a specific user.

On Exit:

None.

Comments:

RETURN-CODE must be set to 0 before returning.