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