Searched refs:lpTextA (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | DrawStateW.cpp | 46 LPSTR lpTextA = NULL; variable 53 lpTextA = (LPSTR)_alloca( cchNeeded * sizeof(CHAR) ); 55 if ( !lpTextA ) 61 WideCharToMultiByte( CP_ACP, 0, (LPCWSTR)lData, cchWideChar, lpTextA, cchNeeded, NULL, NULL ); 65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
|
Completed in 9 milliseconds