Home
last modified time | relevance | path

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

/aoo4110/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp50 int cchWideChar = (int) (wData ? wData : -1); variable
51 …int cchNeeded = WideCharToMultiByte( CP_ACP, 0, (LPCWSTR)lData, cchWideChar, NULL, 0, NULL, NULL );
61 WideCharToMultiByte( CP_ACP, 0, (LPCWSTR)lData, cchWideChar, lpTextA, cchNeeded, NULL, NULL );

Completed in 7 milliseconds