README.md
December 4, 2022 ยท View on GitHub
Description
This gives a step by step explaination of the CopyMemory API Call.
More Info
| Submitted On | 2002-02-06 18:39:46 |
| By | Sean Dittmar |
| Level | Intermediate |
| User Rating | 4.7 (33 globes from 7 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Windows API Call/ Explanation |
| World | Visual Basic |
| Archive File | CopyMemory53519262002.zip |
API Declarations
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long)