StrConcatW (FUN)ΒΆ
FUNCTION StrConcatW : BOOL
This function concatenates pstFrom to pstTo if the diBufferSize from pstTo is big enough. It will return FALSE and does no concatenation if one of the strings is NULL or the buffer size is not big enough.
- InOut:
Scope
Name
Type
Comment
Return
StrConcatW
BOOL
Input
pstFrom
simply a pointer to byte
pstTo
simply a pointer to byte
udiBufferSize
UDINT
the buffer size of pstTo
Output
eError