Copies an array using the Java System.ArrayCopy method.
void __cdecl ArrayCopy(HObject *srch, long src_pos, HObject *dsth, long dst_pos, long length);
*srch | The source object. |
src_pos | The starting position in the source object array to copy. |
*dsth | The destination object. |
dst_pos | The position in the destination object array to copy to. |
length | The number of objects in the array to copy. |