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