FillMemoryByte Function
ImagingUtility

Fills given memory with given Byte value.

Pascal
procedure FillMemoryByte(Data: Pointer; 
                         Size: LongInt; 
                         Value: Byte);
File

ImagingUtility (at line 256)

Description

Size is size of buffer in bytes.

Related Information
You are here: Symbol Reference > Functions > FillMemoryByte Function