How to Move Data Between Large Overlapping Buffers (117743)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q117743 SUMMARY
Programmers often need to move large amounts of data between buffers in
their applications. The Microsoft Windows version 3.1 API and the Microsoft
C Run Time library provide several functions to let you copy and move data
between buffers. However, none of these functions guarantees that data
larger than 64K can be moved safely between buffers that overlap. This
article lists a C function based on the hmemcpy() Windows version 3.1
function to accomplish this job.
Modification Type: | Major | Last Reviewed: | 11/5/1999 |
---|
Keywords: | kb16bitonly KB117743 |
---|
|