by Libor Blaheta (5 Submissions)
Category: Windows API Call/Explanation
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
There are 2 undocumented memory functions in msvbvm60.dll - __vbaCopyBytes and __vbaCopyBytesZero.
These functions can be used for copying bytes from one memory location to another memory location. btw CopyMemory does exactly the same ;-)