Searched refs:cchWideChar (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | DrawStateW.cpp | 50 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 8 milliseconds