[DllImport("kernel32.dll", EntryPoint="RtlMoveMemory")]
static extern void CopyMemory(IntPtr Destination, IntPtr Source, uint Length);
Declare Sub CopyMemory Alias "RtlMoveMemory" Lib "kernel32.dll" (hpvDest As Any, hpvSource As Any, ByVal cbCopy As Long)
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!