Microsoft SDK for Java

ArrayCopy

Copies an array using the Java System.ArrayCopy method.

Syntax

void __cdecl ArrayCopy(HObject *srch, long src_pos, HObject *dsth, long dst_pos, long length);

Parameters

*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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.