Home
last modified time | relevance | path

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

/aoo41x/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp46 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 4 milliseconds