The NetRemoteMove function returns data in the following form:
struct move_info {
unsigned short mi_num_moved;
unsigned char mi_err_buf[1];
};
where:
- mi_num_moved indicates the number of files
that were moved.
- mi_err_buf is a variable-length ASCIIZ string
containing error information pertaining to the move operation.
[Back]
[Next]