Searched refs:lpStrW (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | Uwinapi.h | 79 #define _AUTO_WSTR2STR( lpStrA, lpStrW ) \ argument 81 if ( lpStrW ) \ 83 int cNeeded = WideCharToMultiByte( CP_ACP, 0, lpStrW, -1, NULL, 0, NULL, NULL ); \ 85 WideCharToMultiByte( CP_ACP, 0, lpStrW, -1, lpStrA, cNeeded, NULL, NULL ); \
|
H A D | macros.h | 69 #define _AUTO_WSTR2STR( lpStrA, lpStrW ) \ argument 71 if ( lpStrW ) \ 73 int cNeeded = WideCharToMultiByte( CP_ACP, 0, lpStrW, -1, NULL, 0, NULL, NULL ); \ 75 WideCharToMultiByte( CP_ACP, 0, lpStrW, -1, lpStrA, cNeeded, NULL, NULL ); \
|
Completed in 14 milliseconds