Declare api

Declare Sub CopyMemory Lib “kernel32.dll” Alias ??“RtlMoveMemory” (Destination As Any, Source As Any, ByVal Length As Long)

I want to declare a copymemory API, but “As Any” I do not know what type instead
VB has a corresponding reference in the type of data it?

Again, Integer. Or Pointer, your choice. You’ll pass it a MemoryBlock.