Sponsors

FillMemory

Function name: FillMemory

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Sub FillMemory Lib "kernel32.dll" Alias "RtlFillMemory" (Destination As Any, ByVal Length As Long, ByVal Fill As Byte)

Parameters:

Returns:

Related functions: ZeroMemory, CopyMemory

Examples:

Fill And Clear Memory

Memory

Categories