Prototype |
void cdecl MeSCopyMemory16(char
*dst, char *src, unsigned long nb_elems_dst, unsigned
long nb_elems_src) |
Parameters |
[OUT] dst : Pointer to memory area to change
[IN] src : Pointer to memory area to copy from
[OUT] nb_elems_dst : Number of 16bit elements in destination area
[IN] nb_elems_src : Number of 16bit elements in source area |
Retour |
None |
Description |
Copies a 16bit memory area by respecting the number of elements in each
zone. Very useful to perform changes on a line. Not working with
overlapping zones. |
Return |
Number of elements shall not be more than 32767 due to specific optimization. If a 68030 processor is available, VISION
will use automatically an optimzed routine. |
VAPI Version |
1.02 or greater |