Visu_FctInitMemSet (FUN)¶
FUNCTION Visu_FctInitMemSet : BOOL
Initializes a piece of memory by overwriting it with 0. The method is necessary to ensury, that a new client doesn’t get the same piece of memory again having the same values when the client used this piece of memory the last time (that could lead to paint bugs, because it would look like, that nothing had changed).
- InOut:
- Scope - Name - Type - Return - Visu_FctInitMemSet- BOOL- Input - pBitfield- POINTER TO ARRAY [0..0] OF BYTE - iSize- DINT
