Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Offset in file server list of first item to read |
R1 | Pointer to buffer |
R2 | Size of buffer in bytes |
R3 | Number of items to read |
Exit | |
---|---|
R0 | Offset of next item to read, or -1 if finished |
R3 | Number of items read |
The purpose of this call is to list all file servers to which the NetFS software is currently logged on.
The information is returned as a series of 20 byte blocks – if you are logged on to your current file server it will be returned last. Apart from this the order is undefined. To return user ID information in the list use NetFS_EnumerateFSContexts.
SWI is not re-entrant.