FillMemoryWord Function
ImagingUtility

Fills given memory with given Word value.

Pascal
procedure FillMemoryWord(Data: Pointer; 
                         Size: LongInt; 
                         Value: Word);
File

ImagingUtility (at line 258)

Description

Size is size of buffer in bytes.

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