movememory -
01-19-2005
, 01:06 PM
when calling this function:
Private Declare Sub MoveMemory _
Lib "KERNEL32" Alias "RtlMoveMemory" _
(hpvDest As Any, _
hpvSource As Any, _
ByVal cbCopy As Long)
with the statement:
Call Movememory (destination, source, length)
what is it doing? Is it obtaining the number(length) of bytes of the next address following "source", or is it the "length" of bytes of the address that "source" is being moved to?
I can't find much on "Movememory" anywhere. If you could please help I would appreciate it.
--
Message posted via http://www.dotnetmonster.com |