UtilMemCpyBytewiseUnchecked (FUN)ΒΆ
FUNCTION UtilMemCpyBytewiseUnchecked
Compares two locations in the memory, will return TRUE if the data at these locations is equal This function executes a memcpy operation in a bytewise manner. For performance reasons no parameter validation is done at all.
- InOut:
Scope
Name
Type
Input
pDest
POINTER TO BYTE
pSource
POINTER TO BYTE
diSize
DINT