FC_MemorySet - General Information
Type: |
Function |
Available as of: |
SystemInterface_1.32.6.0 |
Versions: |
Current version |
Fill the memory area with a character.
With this function, a memory area can be filled with a character.
Input |
Data type |
Description |
---|---|---|
i_dwDest |
DWORD |
Initial address of the memory area |
i_byCharacter |
BYTE |
Character to be used for filling. |
i_dwCount |
DWORD |
Number of bytes to be filled |
Data type |
Description |
---|---|
DWORD |
o_FC_MemorySet: Pointer to the filled memory area |
dwResult : DWORD;
dwResult := FC_MemorySet(pbyAddresse,byCharacter,dwSize);