StrCpyWtoA (FUN)

FUNCTION StrCpyWtoA : INT

It does a copy from a wstring to string testing if there are pure UNICODE characters Return values: >=0 -> Ok, characters copyed

-1 -> there are UNICODE chars, sobstitute with ‘?’ -2 -> invalid input pointers

InOut:

Scope

Name

Type

Return

StrCpyWtoA

INT

Input

rwStr

REFERENCE TO WSTRING

rsStr

REFERENCE TO STRING