Gets the logged-on user information for a specific file.
Syntax:
call FSV-C-get-files-users using l-filename
Parameters:
l-filename
pic x(260)
On Entry:
l-filename
The name of a file. The name must contain the full path.
On Exit:
None.
Comments:
This call does not directly return information to the calling program but makes repeated calls back to a user-defined call. Up to 10 entries at a time will be sent to the callback. You must provide the callback specified in the FSVIEW function FSV-C-add-to-user-list.
The success of the call can be checked by examining RETURN-CODE.
Comments:
This call does not directly return information to the calling program but makes repeated calls back to a user-defined call. Up to 10 entries at a time will be sent to the callback. You must provide the callback specified in the FSVIEW function FSV-C-add-to-user-list.
The success of the call can be checked by examining RETURN-CODE.