Skip to content

MTY_MultiToWideDL

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Thread local version of MTY_MultiToWide.

const wchar_t *MTY_MultiToWideDL(
    const char * src
);

Parameters

src (const char *)

Source UTF-8 string.

Return value

const wchar_t *

This buffer is allocated in thread local storage and must not be freed.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally