This function of the CAA_Memory.library fills all bytes of a memory area with “byInitValue“. In case of success, the function will return “TRUE”. Only if "pMemoryBlock" is set to "0", the initialization will not be carried out and the function will return "FALSE".
pMemoryBlock |
DWORD |
Address of memory area |
uiLength |
UINT |
Size of area in bytes |
byFillValue |
BYTE |
Value to be filled in |
MEM.Fill |
BOOL |
TRUE in case of success |