The NetRemoteCopy function returns data in the following form:
struct copy_info {
unsigned short ci_num_copied;
unsigned char ci_err_buf[1];
};
where:
- ci_num_copied indicates the number of files
that were copied.
- ci_err_buf is a variable-length ASCIIZ string
containing error information pertaining to the file copy.
[Back]
[Next]