The NetRemoteMove function returns data in the following form:

struct move_info {
   unsigned short            mi_num_moved;
   unsigned char             mi_err_buf[1];
};

where:


[Back] [Next]