Entry | |
---|---|
R0 | Pointer to status block |
R1 | Pointer to buffer for resulting string |
R2 | Size of buffer |
Exit | |
---|---|
R0 | Pointer to buffer (R1 on entry) |
R1 | Pointer to terminator |
R2 | Free bytes in buffer |
Offset | Contents |
---|---|
0 | Status value |
1 | Optional station number |
2 | Optional net number |
The purpose of this call is to translate a status value returned from NetPrint_ListServers into the local language.
This SWI converts the given Status to a null terminated string in the supplied buffer.
SWI is re-entrant