FillMemory |
Declare Sub FillMemory Lib "kernel32" Alias "RtlFillMemory" (Destination As Any, ByVal Length&, ByVal Fill As byte) |
Declare Sub RtlFillMemory Lib "kernel32" (Destination As Any, ByVal Length As Long, ByVal Fill As Byte) |
|
指定されたメモリブロック全体に、指定された値を書き込む。 |
|
パラメータ
|