StrCpyA
(FUN)
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”
- InOut:
Scope
Name
Type
Comment
Return
StrCpyA
DINT
Input
pBuffer
iBufferSize
DINT
the size in bytes of the buffer
pStr
the source as a pointer to string