StrCpyW (FUN)

FUNCTION StrCpyW : DINT

Copies the content of |pStr| to |pBuffer|

Note

|pBuffer| and |pStr| must not be NULL!

InOut:

Scope

Name

Type

Comment

Return

StrCpyW

DINT

The return value is the number of copied characters including the terminating “\0”

Input

pBuffer

CharBufferPtr

Pointer to the destination string

iBufferSize

DINT

The size of the destination in bytes

pStr

CharBufferPtr

The source as a pointer to string