FUNCTION StrCpyA : DINT
Does a strcpy from the source string pStr to the buffer pBuffer. pBuffer must not be NULL! Will return the number of copied characters including the terminating ‘\0’ or “\0”
Scope
Name
Type
Comment
Return
StrCpyA
DINT
Input
pBuffer
CharBufferPtr
iBufferSize
the size in bytes of the buffer
pStr
the source as a pointer to string