FillMemoryLongWord Function
ImagingUtility

Fills given memory with given LongWord value.

Pascal
procedure FillMemoryLongWord(Data: Pointer; 
                             Size: LongInt; 
                             Value: LongWord);
File

ImagingUtility (at line 260)

Description

Size is size of buffer in bytes.

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