CopyMemory |
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length&) |
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDest As Any, pSource As Any, ByVal dwLength As Long) |
|
指定されたメモリブロックの内容を、他の場所へコピーする。 |
|
パラメータ
戻り値 |