StrCpyW (FUN)

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”

InOut:

Scope

Name

Type

Comment

Return

StrCpyW

DINT

Input

pBuffer

CharBufferPtr

iBufferSize

DINT

the size in bytes of the buffer

pStr

CharBufferPtr

the source as a pointer to string