StrCpyA
(FUN)
FUNCTION StrCpyA : DINT
Copies the content of |pStr| to |pBuffer|
- InOut:
Scope
Name
Type
Comment
Return
StrCpyA
DINT
The return value is the number of copied characters including the terminating ‘\0’
Input
pBuffer
Pointer to the destination string
iBufferSize
DINT
The size of the destination in bytes
pStr
The source as a pointer to string