Home
last modified time | relevance | path

Searched refs:dstCP (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/ole32/
H A Dstg_prop.c355 LCID dstCP) in PropertyStorage_StringCopy() argument
362 dstCP, srcCP); in PropertyStorage_StringCopy()
366 if (dstCP == srcCP) in PropertyStorage_StringCopy()
370 if (dstCP == CP_UNICODE) in PropertyStorage_StringCopy()
382 if (dstCP == CP_UNICODE) in PropertyStorage_StringCopy()
412 len = WideCharToMultiByte(dstCP, 0, wideStr, -1, NULL, 0, in PropertyStorage_StringCopy()
421 if (WideCharToMultiByte(dstCP, 0, wideStr, -1, *dst, len, in PropertyStorage_StringCopy()
434 dstCP == CP_UNICODE ? debugstr_w((LPCWSTR)*dst) : debugstr_a(*dst)); in PropertyStorage_StringCopy()