Serial Framework C++ Edition

◆ wclUTF8Encode()

void wclUTF8Encode ( const tstring str,
const PCHAR  lpszUTF8,
const DWORD  dwUTF8Len 
)

Converts WCL (UNICODE) string to UTF8 encoded string.

Parameters
strWCL string that should be converted to UTF8.
lpszUTF8Pointer to a buffer that receives UTF8 encoded string.
dwUTF8LenSize of UTF8 buffer.